IotcSendNotificationRequest represents the send notification request sent from the client to the server.

Header
#include <iotcAgent.h>
Data Fields
  • IotcNotificationDefinitionId definitionId
  • IotcApplicationId entityId
  • size_t numKeyValues
  • IotcKeyValue * keyValues
Field Description
Field Description
IotcNotificationDefinitionId IotcSendNotificationRequest::definitionId

Notification definition identifier.

IotcApplicationId IotcSendNotificationRequest::entityId

Source of the request.

IotcKeyValue* IotcSendNotificationRequest::keyValues

Array of key value pairs.

size_t IotcSendNotificationRequest::numKeyValues

Number of key value pairs.