pub unsafe extern "C" fn otSrpServerServiceGetPort(
aService: *const otSrpServerService,
) -> u16
Expand description
Returns the port of the service instance.
@param[in] aService A pointer to the SRP service.
@returns The port of the service.
pub unsafe extern "C" fn otSrpServerServiceGetPort(
aService: *const otSrpServerService,
) -> u16
Returns the port of the service instance.
@param[in] aService A pointer to the SRP service.
@returns The port of the service.