[][src]Trait ether_dream::protocol::ReadFromBytes

pub trait ReadFromBytes: Sized {
    fn read_from_bytes<R: ReadBytesExt>(reader: R) -> Result<Self>;
}

Protocol types that may be read from little endian bytes.

Required methods

fn read_from_bytes<R: ReadBytesExt>(reader: R) -> Result<Self>

Read the command from bytes.

Loading content...

Implementors

impl ReadFromBytes for Command<'static>[src]

impl ReadFromBytes for Begin[src]

impl ReadFromBytes for ClearEmergencyStop[src]

impl ReadFromBytes for Data<'static>[src]

impl ReadFromBytes for EmergencyStop[src]

impl ReadFromBytes for Ping[src]

impl ReadFromBytes for PointRate[src]

impl ReadFromBytes for PrepareStream[src]

impl ReadFromBytes for Stop[src]

impl ReadFromBytes for DacBroadcast[src]

impl ReadFromBytes for DacPoint[src]

impl ReadFromBytes for DacResponse[src]

impl ReadFromBytes for DacStatus[src]

Loading content...