**Configuration Change. ** This feature is available as of version 3.5.5.
This struct is defined as follows:
typedef struct _apn_request {
uint8_t command;
uint32_t id;
uint32_t expiry;
char token[APN_DeviceTokenHex_Size]; /* device token in hex format */
struct json_object *json; /* payload json object */
} apn_request;
To use this struct, include the file modules/mobility/apn/apn.h
.
Was this page helpful?