BBFrame

Type Alias BBFrame 

Source
pub type BBFrame = Bytes;
Expand description

BBFRAME (Base-Band Frame).

This is an alias for Bytes. BBFRAMES are represented by the Bytes that contains their data.

Aliased Typeยง

pub struct BBFrame { /* private fields */ }