pub type SystemVersionReplyPacket = CdcReplyPacket<SYSTEM_VERSION, SystemVersionReplyPayload>;
Aliased Type§
pub struct SystemVersionReplyPacket {
pub size: u16,
pub payload: SystemVersionReplyPayload,
}
Fields§
§size: u16
Packet Payload Size
payload: SystemVersionReplyPayload
Packet Payload
Contains data for a given packet that be encoded and sent over serial to the host.