VmbInterfaceInfo_t

Type Alias VmbInterfaceInfo_t 

Source
pub type VmbInterfaceInfo_t = VmbInterfaceInfo;
Expand description

\brief Interface information.

Holds read-only information about an interface.

Aliased Type§

#[repr(C)]
pub struct VmbInterfaceInfo_t { pub interfaceIdString: *const i8, pub interfaceName: *const i8, pub interfaceHandle: *mut c_void, pub transportLayerHandle: *mut c_void, pub interfaceType: u32, }

Fields§

§interfaceIdString: *const i8

!< Identifier of the interface

§interfaceName: *const i8

!< Interface name, given by the transport layer

§interfaceHandle: *mut c_void

!< Handle of the interface for feature access

§transportLayerHandle: *mut c_void

!< Handle of the related transport layer for feature access

§interfaceType: u32

!< The technology of the interface