RxPacketChannelOptions Object


Description:

Define a RX packet socket channel options.

Automatically created from: PacketChannel

RxPacketChannelOptions Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
ReceiveRxFcs

Whether to store Ethernet FCS bytes for the receive packets.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Store Ethernet FCS bytes for the receive packets.

FALSE

Strip off Ethernet FCS bytes for the receive packets.

RxQueueLimit

Number of packets that can be stored in the receive queue.

Type: u16

Default: 100

Range: 1 - 5000

RxQueueOverflowMode

Receive queue overflow mode.

Type: enum

Default: DROP_LAST_RECEIVE

Possible Values:

Value Description
DROP_LAST_RECEIVE

Drop the last/newest packet received when the receive queue is full.

DROP_FIRST_RECEIVE

Drop the first/oldest packet received when the receive queue is full.

RxPacketChannelOptions Read-Only Attributes

There are no read-only attributes.