pub unsafe extern "C" fn otTcpListenerGetContext(
aListener: *mut otTcpListener,
) -> *mut c_void
Expand description
Obtains the context pointer that was associated with @p aListener upon initialization.
@param[in] aListener The TCP listener whose context to obtain.
@returns The context pointer associated with @p aListener.