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

#[repr(u8)]
pub enum TlvType { SourceAddress, Mode, Timeout, Challenge, Response, LinkLayerFrameCounter, MleFrameCounter, Address16, LeaderData, NetworkData, TlvRequest, ScanMask, Connectivity, LinkMargin, Status, Version, ActiveOperationalDataset, PendingOperationalDataset, NotPresent, }

Value encoded in the type field of a Type-Length-Value (TLV) structure.

Variants

Trait Implementations

impl From<u8> for TlvType
[src]

[src]

Performs the conversion.

impl<'a, 'b> From<&'a Tlv<'b>> for TlvType
[src]

[src]

Performs the conversion.