Skip to content

MTY_DTLSDestroy

chrisd1100 edited this page Mar 26, 2023 · 1 revision

Destroy an MTY_DTLS context.

void MTY_DTLSDestroy(
    MTY_DTLS ** dtls
);

Parameters

dtls (MTY_DTLS **)

Passed by reference and set to NULL after being destroyed.

Platform support

Windows   Linux  

See also

Module: DTLS

Clone this wiki locally