#[derive(EtherCrabWireReadWrite)]
{
// Attributes available to this derive:
#[wire]
}
Expand description
Items that can be written to and read from the wire.
Please see the crate documentation for examples and supported attributes.
For write-only items, see EtherCrabWireWrite. For read-only items, see
EtherCrabWireRead.