IotcMetricIntvlResponse represents the notification response sent from the server to the client.

Header
#include <iotcAgent.h>
Data Fields
  • int status
  • IotcNotificationDefinitionId definitionId
  • IotcNotificationId notificationId
  • char payload [IOTC_PAYLOAD_MAX_SIZE]
Field Description
Field Description
IotcNotificationDefinitionId IotcNotificationResponse::definitionId

Notification definition identifier.

IotcNotificationId IotcNotificationResponse::notificationId

Notification instance identifier.

char IotcNotificationResponse::payload[IOTC_PAYLOAD_MAX_SIZE]

The payload byte size.

int IotcNotificationResponse::status

Status flag.