zigbee 0.1.0-alpha.3

ZigBee protocol stack in `no-std` based on the ZigBee specification 22 1.0
Documentation
1
2
3
4
5
6
7
8
9
10
pub struct NetworkReport<'a> {
    pub report_type: u8,
    pub device_count: u8,
    pub device_list: &'a [DeviceListEntry],
}

pub struct DeviceListEntry {
    pub device_address: u16,
    pub device_type: u8,
}