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

#[repr(u8)]
pub enum NetworkDataTlvType { Prefix, CommissioningData, Service, NotPresent, }

Value encoded in the type field of a Network Data TLV. Gaps in type numbers are filled by PrefixSubTlv and ServiceSubTlv.

Variants

Trait Implementations

impl From<u8> for NetworkDataTlvType
[src]

[src]

Performs the conversion.

impl<'a, 'b> From<&'a NetworkDataTlv<'b>> for NetworkDataTlvType
[src]

[src]

Performs the conversion.