Enum capsules::net::thread::tlv::NetworkManagementTlvType [] [src]

#[repr(u8)]
pub enum NetworkManagementTlvType { Channel, PanId, ExtendedPanId, NetworkName, Pskc, NetworkMasterKey, NetworkKeySequenceCounter, NetworkMeshLocalPrefix, SteeringData, BorderAgentLocator, CommissionerId, CommissionerSessionId, SecurityPolicy, ActiveTimestamp, CommissionerUdpPort, PendingTimestamp, DelayTimer, ChannelMask, NotPresent, }

Value encoded in the type field of a Network Management TLV.

Variants

Trait Implementations

impl From<u8> for NetworkManagementTlvType
[src]

[src]

Performs the conversion.

impl<'a, 'b> From<&'a NetworkManagementTlv<'b>> for NetworkManagementTlvType
[src]

[src]

Performs the conversion.