Skip to main content

BdxBuffer

Type Alias BdxBuffer 

Source
pub type BdxBuffer = Vec<u8, rs_matter::::transport::exchange::Buffer::{constant#0}>;
Expand description

The buffer a BDX transfer stages each block in. Aliases the central Buffer (same size as an Interaction Model exchange buffer), so a single PooledBuffers pool can be shared with the data model if desired.

Aliased Typeยง

pub struct BdxBuffer { /* private fields */ }