OdinEvent_MessageReceivedData
Data structure for the OdinEvent_MessageReceived event.
Declaration
typedef struct OdinEvent_MessageReceivedData {
uint64_t peer_id;
const uint8_t *data;
size_t data_len;
} OdinEvent_MessageReceivedData;
Fields
peer_id
ID of the peer that sent the message.
data
Byte array containing the received message.
data_len
Length of the message data array.