Method

CMClientset_device_id

Declaration [src]

void
cm_client_set_device_id (
  CmClient* self,
  const char* device_id
)

Description [src]

Set the device ID for client.

Parameters

device_id

Type: const char*

The device ID.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.