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

Returns the TTL of the service instance.

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

@returns The TTL of the service instance..