pub unsafe extern "C" fn otSrpServerServiceGetPriority(
    aService: *const otSrpServerService
) -> u16
Expand description

Returns the priority of the service instance.

@param[in] aService A pointer to the SRP service.

@returns The priority of the service.