[][src]Function openthread_sys::otMessageIsLinkSecurityEnabled

pub unsafe extern "C" fn otMessageIsLinkSecurityEnabled(
    aMessage: *const otMessage
) -> bool

This function indicates whether or not link security is enabled for the message.

@param[in] aMessage A pointer to a message buffer.

@retval TRUE If link security is enabled. @retval FALSE If link security is not enabled.