The DlnGetMessage() function retrieves a message (response or event) sent by the device.
DlnGetMessage()
DLN_RESULT DlnGetMessage( HDLN handle, void* messageBuffer, uint16_t messageSize );
A handle to the DLN-series adapter.
A pointer to the buffer that receives the message information.
The maximum number of bytes that can be retrieved.
The function successfully retrieved the message.
The DlnGetMessage() function is defined in the dln.h file.
dln.h