pub const SPINEL_PROP_SRP_CLIENT_HOST_INFO: _bindgen_ty_24 = 6420;
Expand description
SRP Client Host Info
** Format: UCt(A(6))
- Read only
- Required capability:
SPINEL_CAP_SRP_CLIENT
. - Format is:
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.
*/