pub type VmbTransportLayerInfo_t = VmbTransportLayerInfo;Expand description
\brief Transport layer information.
Holds read-only information about a transport layer.
Aliased Type§
#[repr(C)]pub struct VmbTransportLayerInfo_t {
pub transportLayerIdString: *const i8,
pub transportLayerName: *const i8,
pub transportLayerModelName: *const i8,
pub transportLayerVendor: *const i8,
pub transportLayerVersion: *const i8,
pub transportLayerPath: *const i8,
pub transportLayerHandle: *mut c_void,
pub transportLayerType: u32,
}Fields§
§transportLayerIdString: *const i8!< Unique id of the transport layer
transportLayerName: *const i8!< Name of the transport layer
transportLayerModelName: *const i8!< Model name of the transport layer
transportLayerVendor: *const i8!< Vendor of the transport layer
transportLayerVersion: *const i8!< Version of the transport layer
transportLayerPath: *const i8!< Full path of the transport layer
transportLayerHandle: *mut c_void!< Handle of the transport layer for feature access
transportLayerType: u32!< The type of the transport layer