1.7.3.15 SYS_WSS_RXDATA Struct

C

    typedef struct {
        uint8_t * data; //Pointer to the rx data buffer
        int64_t datalen; //length of the received data
    } SYS_WSS_RXDATA;

Summary

The RX data structure used for sharing the received data and length to the application.

Remarks

None.