ETHERNET_RX_ERROR.
More...
#include <EthernetRxError.h>
ETHERNET_RX_ERROR.
Ethernet RX error frame.
◆ Dir
enumeration for dir
Enumerator |
---|
Rx | receive
|
Tx | transmit
|
TxRq | transmit request
|
◆ calculateObjectSize()
DWORD Vector::BLF::EthernetRxError::calculateObjectSize |
( |
| ) |
const |
|
overridevirtual |
◆ calculateStructLength()
WORD Vector::BLF::EthernetRxError::calculateStructLength |
( |
| ) |
const |
|
virtual |
Calculates structLength.
- Returns
- struct length
◆ read()
void Vector::BLF::EthernetRxError::read |
( |
AbstractFile & |
is | ) |
|
|
overridevirtual |
◆ write()
void Vector::BLF::EthernetRxError::write |
( |
AbstractFile & |
os | ) |
|
|
overridevirtual |
◆ channel
WORD Vector::BLF::EthernetRxError::channel {} |
The channel of the frame.
◆ error
DWORD Vector::BLF::EthernetRxError::error {} |
Error code
- 1: Data Length Error
- 2: Invalid CRC
- 3: Invalid Data received
- 4: Collision detected
◆ fcs
DWORD Vector::BLF::EthernetRxError::fcs {} |
Frame Check Sum.
Ethernet frame checksum.
◆ frameData
std::vector<uint8_t> Vector::BLF::EthernetRxError::frameData {} |
Max 1600 data bytes per frame.
Raw Ethernet frame data. Max 1522 data bytes per frame.
◆ frameDataLength
WORD Vector::BLF::EthernetRxError::frameDataLength {} |
Number of valid raw ethernet data bytes.
Number of valid raw ethernet data bytes, starting with Target MAC ID.
◆ reservedEthernetRxError
WORD Vector::BLF::EthernetRxError::reservedEthernetRxError {} |
◆ structLength
WORD Vector::BLF::EthernetRxError::structLength {} |
Length of this structure.
Length of this structure, without sizeof(ObjectHeader) and without raw data length
The documentation for this struct was generated from the following files: