FileDataReadReplyPacket

Type Alias FileDataReadReplyPacket 

Source
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: u16

Packet Payload Size

§payload: FileDataReadReplyPayload

Packet Payload

Contains data for a given packet that be encoded and sent over serial to the host.