NzaeRemprotCallbackResult struct reference

Public attributes

  • bFreeData
  • data
  • dataLength
  • returnCode

Detailed description

Setting a callback allows the Remote AE LDK Application to receive this messages:

NZAE_REMPROT_CMD_STATUS NZAE_REMPROT_CMD_STOP NZAE_REMPROT_CMD_SIGNAL NZAE_REM-PROT_CMD_CONTROL_DATA.

Member data documentation

int bFreeData
Must be TRUE if data has been allocated via malloc.
char* data
Data. Must be allocated via malloc.
int dataLength
Data length. May be 0.
int returnCode
Return Code. 0 is normal.