pub unsafe extern "C" fn otIp6GetUnsecurePorts(
aInstance: *mut otInstance,
aNumEntries: *mut u8,
) -> *const u16
Expand description
Returns a pointer to the unsecure port list.
@note Port value 0 is used to indicate an invalid entry.
@param[in] aInstance A pointer to an OpenThread instance. @param[out] aNumEntries The number of entries in the list.
@returns A pointer to the unsecure port list.