IotcApplicationId represents the application identifier.

Application identifier is any string with a maximum length of IOTC_APP_ID_SIZE - 1. It is used to identify an application uniquely during an exchange of data between the client side application and the server side application. Use the reverse domain name notation, such as com.vmware.iotc.agent.
Header
#include <iotcAgent.h>
Data Fields
  • char id [IOTC_APP_ID_SIZE]
Field Description
Field Description
char IotcApplicationId::id[IOTC_APP_ID_SIZE]

Holds the actual characters of the identifiers.