pub fn fbmu_hello() -> Result<()>Expand description
Perform the FBMU HELLO handshake with the host.
Establishes the memory data-plane session. Must be called before any FBMU read/write operations.
ยงErrors
Returns FabricError::Disconnected if the host connection is not
available, or another FabricError variant based on the host status
code.