pub unsafe extern "C" fn otLinkGetPollPeriod(
    aInstance: *mut otInstance
) -> u32
Expand description

Get the data poll period of sleepy end device.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The data poll period of sleepy end device in milliseconds.

@sa otLinkSetPollPeriod