Virtual Method

ValentChannelServiceidentify

unstable since: 1.0

Declaration [src]

void
identify (
  ValentChannelService* service,
  const char* target
)

Description [src]

Identify the host device to the network.

This method is called to announce the availability of the host device to other devices.

Implementations that override Valent.ChannelServiceClass.identify may ignore target or use it to address a particular device.

Available since: 1.0

Parameters

target

Type: const char*

A target string.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.