pub fn fbbu_hello() -> Result<()>Expand description
Perform the FBBU HELLO handshake with the host.
Establishes the block data-plane session. Must be called before any FBBU read/write operations.
ยงErrors
Returns FabricError::Disconnected if the host connection is not
available.