Module ffi

Module ffi 

Expand description

CXX bridge for B2BITS SessionId C++ wrapper This module provides safe Rust bindings to the C++ SessionId class via CXX.

NOTE: CXX integration requires proper C++ compilation environment and linked libraries.

Structs§

SessionId
SessionId type from Engine namespace

Functions§

sessionid_create
Create a SessionId from three strings
sessionid_equals
Equality comparison for SessionId
sessionid_get_qualifier
Get the SessionQualifier from a SessionId
sessionid_get_sender
Get the SenderCompID from a SessionId
sessionid_get_target
Get the TargetCompID from a SessionId
sessionid_less_than
Less-than comparison for SessionId (for ordering/sorting)