-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_IsDTLSApplicationData
chrisd1100 edited this page Mar 26, 2023
·
1 revision
Check if a buffer is a DTLS 1.2 application data message.
bool MTY_IsDTLSApplicationData(
const void * buf,
size_t size
);
buf
(const void *
)
Input buffer.
size
(size_t
)
Size in bytes of buf
.
bool
Buffer is a DTLS 1.2 application data message.