TPEAKMsg

Type Alias TPEAKMsg 

Source
pub type TPEAKMsg = tagTPEAKMsg;

Aliased Type§

#[repr(C)]
pub struct TPEAKMsg { pub ID: u64, pub MSGTYPE: u8, pub LEN: u8, pub DATA: [u8; 8], }

Fields§

§ID: u64§MSGTYPE: u8§LEN: u8§DATA: [u8; 8]