pub type FileDataReadReplyPacket = CdcReplyPacket<USER_CDC, FileDataReadReplyPayload>;Expand description
Returns the file content. This packet doesn’t have an ack if the data is available.
Aliased Type§
pub struct FileDataReadReplyPacket {
pub size: u16,
pub payload: FileDataReadReplyPayload,
}Fields§
§size: u16Packet Payload Size
payload: FileDataReadReplyPayloadPacket Payload
Contains data for a given packet that be encoded and sent over serial to the host.