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

Returns the weight of the service instance.

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

@returns The weight of the service.