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