Skip to main content

**Configuration Change. ** This feature is available as of version 3.5.5.

This struct is defined as follows:

typedef struct _apn_error_response {
  uint8_t command;
  uint8_t status;
  uint32_t id;   /* host order */
} apn_error_response;

For a list of valid values for the status field see response_eval.

To use this struct, include the file modules/mobility/apn/apn.h.

See Also

Was this page helpful?