pub type LEAP_CONNECTION_INFO = _LEAP_CONNECTION_INFO;Expand description
\ingroup Structs Information about a connection.
Call LeapCreateConnection() to generate the handle for the connection; call LeapOpenConnection() to establish the connection; then call LeapGetConnectionInfo(), which creates this struct, to check the connection status. @since 3.0.0
Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_CONNECTION_INFO {
pub size: u32,
pub status: i32,
}Fields§
§size: u32The size of this structure. @since 3.0.0
status: i32The current status of this connection. @since 3.0.0