Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disconnects from the daemon.

extern void ks_gw_client_register_iot(const char *address, const char *version,

...

 

const char *customer_id,

...

const char **channels, uint16_t num_channels);

Registers with the daemon. App will start receiving notifications and other events.

...

ArgumentDescription
address Alphanumeric, null-terminated string.
version Alphanumeric, null-terminated string.
customer_id Alphanumeric, null-terminated string.

extern void ks_gw_client_publish_message(const uint8_t *payload, const uint16_t payload_len,

...

 

const payload_type_t payload_type);

Publishes a message to the server. 

...