Type Alias CANTPChannelInformation

Source
pub type CANTPChannelInformation = tagCANTPChannelInformation;

Aliased Type§

struct CANTPChannelInformation {
    pub channel_handle: u16,
    pub device_type: u8,
    pub controller_number: u8,
    pub device_features: u64,
    pub device_name: [i8; 33],
    pub device_id: u64,
    pub channel_condition: u64,
}

Fields§

§channel_handle: u16§device_type: u8§controller_number: u8§device_features: u64§device_name: [i8; 33]§device_id: u64§channel_condition: u64