pub struct RxFrame {
pub data: Vec<u8, MAX_PAYLOAD>,
pub info: RxInfo,
}Expand description
A received frame plus signal metadata.
Fields§
§data: Vec<u8, MAX_PAYLOAD>§info: RxInfopub struct RxFrame {
pub data: Vec<u8, MAX_PAYLOAD>,
pub info: RxInfo,
}A received frame plus signal metadata.
data: Vec<u8, MAX_PAYLOAD>§info: RxInfo