EtherCrabWireWrite

Derive Macro EtherCrabWireWrite 

Source
#[derive(EtherCrabWireWrite)]
{
    // Attributes available to this derive:
    #[wire]
}
Expand description

Items that can only be written to the wire.

Please see the crate documentation for examples and supported attributes.

For read/write items, see EtherCrabWireReadWrite. For read-only items, see EtherCrabWireRead.