Skip to content

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
);

Parameters

buf (const void *)

Input buffer.

size (size_t)

Size in bytes of buf.

Return value

bool

Buffer is a DTLS 1.2 application data message.

Platform support

Windows   Linux  

See also

Module: DTLS

Clone this wiki locally