HdlcLinkConfig Object


Description:

Link configuration parameters for HDLC.

Automatically created from: POSPhy

HdlcLinkConfig Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Enabled

Enable HDLC keepalive.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable

FALSE

Disable

KeepAliveInterval

Keep alive interval (ms).

Type: u32

Default: 10000

Range: 100 - 60000

KeepAliveRxSeqNumEnabled

Enable keep alive receive.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Enable

FALSE

Disable

KeepAliveTxSeqNumEnabled

Enable keep alive transmit.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Enable

FALSE

Disable

MaxDropCount

Max drop count.

Type: u32

Default: 3

Range: 1 - 10

HdlcLinkConfig Read-Only Attributes

Read-Only Attribute Description
LinkStatus

Link status.

Type: enum

Default: NONE

Possible Values:

Value Description
DOWN

Link is down.

UP

Link is up.

NONE

No link present.