Searched defs:GetDeviceInfoRspBuilder (Results 1 – 1 of 1) sorted by relevance
6298 pub struct GetDeviceInfoRspBuilder { struct6299 pub status: StatusCode,6300 pub uci_version: u16,6301 pub mac_version: u16,6302 pub phy_version: u16,6303 pub uci_test_version: u16,6304 pub vendor_spec_info: Vec<u8>,6519 impl GetDeviceInfoRspBuilder { implementation6545 impl Into<UciPacketPacket> for GetDeviceInfoRspBuilder { implementation6550 impl Into<UciResponsePacket> for GetDeviceInfoRspBuilder { implementation[all …]