Interface EthernetPdoEntry

Represents a single PDO (Process Data Object) entry. The index, subindex, and bit length are derived from the actual value of the PDO object, such as 0x1600:01. The data type is included to ensure correct interpretation when receiving or sending PDO entry values.

Hierarchy

  • EthernetPdoEntry

Properties

bitLen: number
dataType: BaseDataType
index: number
subindex: number

Generated using TypeDoc