#[repr(u8)]pub enum PibId {
Show 47 variants
CurrentChannel = 0,
ChannelsSupported = 1,
TransmitPower = 2,
CCAMode = 3,
CurrentPage = 4,
MaxFrameDuration = 5,
SHRDuration = 6,
SymbolsPerOctet = 7,
AckWaitDuration = 64,
AssociationPermit = 65,
AutoRequest = 66,
BeaconPayload = 69,
BeaconPayloadLength = 70,
BeaconOrder = 71,
Bsn = 73,
CoordExtendedAdddress = 74,
CoordShortAddress = 75,
Dsn = 76,
MaxFrameTotalWaitTime = 88,
MaxFrameRetries = 89,
PanId = 80,
ResponseWaitTime = 90,
RxOnWhenIdle = 82,
SecurityEnabled = 93,
ShortAddress = 83,
SuperframeOrder = 84,
TimestampSupported = 92,
TransactionPersistenceTime = 85,
MaxBe = 87,
LifsPeriod = 94,
SifsPeriod = 95,
MaxCsmaBackoffs = 78,
MinBe = 79,
PanCoordinator = 16,
AssocPanCoordinator = 17,
ExtendedAddress = 111,
AclEntryDescriptor = 112,
AclEntryDescriptorSize = 113,
DefaultSecurity = 114,
DefaultSecurityMaterialLength = 115,
DefaultSecurityMaterial = 116,
DefaultSecuritySuite = 117,
SecurityMode = 118,
CurrentAclEntries = 128,
DefaultSecurityExtendedAddress = 129,
AssociatedPanCoordinator = 86,
PromiscuousMode = 81,
}
Expand description
this enum contains all the MAC PIB Ids
Variants§
CurrentChannel = 0
ChannelsSupported = 1
TransmitPower = 2
CCAMode = 3
CurrentPage = 4
MaxFrameDuration = 5
SHRDuration = 6
SymbolsPerOctet = 7
AckWaitDuration = 64
AssociationPermit = 65
AutoRequest = 66
BeaconPayload = 69
BeaconPayloadLength = 70
BeaconOrder = 71
Bsn = 73
CoordExtendedAdddress = 74
CoordShortAddress = 75
Dsn = 76
MaxFrameTotalWaitTime = 88
MaxFrameRetries = 89
PanId = 80
ResponseWaitTime = 90
RxOnWhenIdle = 82
SecurityEnabled = 93
ShortAddress = 83
SuperframeOrder = 84
TimestampSupported = 92
TransactionPersistenceTime = 85
MaxBe = 87
LifsPeriod = 94
SifsPeriod = 95
MaxCsmaBackoffs = 78
MinBe = 79
PanCoordinator = 16
AssocPanCoordinator = 17
ExtendedAddress = 111
AclEntryDescriptor = 112
AclEntryDescriptorSize = 113
DefaultSecurity = 114
DefaultSecurityMaterialLength = 115
DefaultSecurityMaterial = 116
DefaultSecuritySuite = 117
SecurityMode = 118
CurrentAclEntries = 128
DefaultSecurityExtendedAddress = 129
AssociatedPanCoordinator = 86
PromiscuousMode = 81
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PibId
impl RefUnwindSafe for PibId
impl Send for PibId
impl Sync for PibId
impl Unpin for PibId
impl UnwindSafe for PibId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more