pub const SPINEL_PROP_SRP_CLIENT_EVENT: _bindgen_ty_24 = 6426;
Expand description
SRP Client Event ** Format: t() : Asynchronous event only
- Required capability:
SPINEL_CAP_SRP_CLIENT
. - This property is asynchronously emitted when there is an event from SRP client notifying some state changes or
- errors.
- The general format of this property is as follows:
S
: Error code (seespinel_srp_client_error_t
enumeration).d
: Host info data.d
: Active services.d
: Removed services.- The host info data contains:
U
: The host name.C
: The host state (values fromspinel_srp_client_item_state_t
).t(A(6))
: Structure containing array of host IPv6 addresses.- The active or removed services data is an array of services
A(t(UUSSSd))
with each service format: U
: The service name labels (e.g., “_chip._udp”, not the full domain name.U
: The service instance name label (not the full name).S
: The service port number.S
: The service priority.S
: The service weight.d
: The encoded TXT-DATA.
*/