Struct E1000.RXDesc
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.HAL.Drivers.Network
Assembly: Cosmos.HAL2.dll
Syntax
public struct RXDesc
Fields
| Improve this Doc View Sourceaddr
Declaration
public ulong addr
Field Value
Type | Description |
---|---|
System.UInt64 |
checksum
Declaration
public ushort checksum
Field Value
Type | Description |
---|---|
System.UInt16 |
errors
Declaration
public byte errors
Field Value
Type | Description |
---|---|
System.Byte |
length
Declaration
public ushort length
Field Value
Type | Description |
---|---|
System.UInt16 |
special
Declaration
public ushort special
Field Value
Type | Description |
---|---|
System.UInt16 |
status
Declaration
public byte status
Field Value
Type | Description |
---|---|
System.Byte |