Enumeration ObjectFlags

Flags used to describe object access rights, mapping, and startup behavior. These can be combined using bitwise OR to form compound flags.

Enumeration Members

ALL_LIST_FLAGS: 960

All list flags (mapping, backup, and startup).

ALL_RD: 7

All read access (pre-op, safe-op, operational).

ALL_RDWR: 63

All read/write access (pre-op, safe-op, operational).

ALL_WR: 56

All write access (pre-op, safe-op, operational).

BACKUP: 256

Include in device backup.

NONE: 0

No flags set.

OP_RD: 4

Operational read access.

OP_RDWR: 36

Operational read/write access.

OP_WR: 32

Operational write access.

PO_RD: 1

Pre-operational read access.

PO_RDWR: 9

Pre-operational read/write access.

PO_WR: 8

Pre-operational write access.

RXPDO_MAP: 64

Mapped to Receive PDO.

RXTXPDO_MAP: 192

Mapped to both Receive and Transmit PDO.

SO_RD: 2

Safe-operational read access.

SO_RDWR: 18

Safe-operational read/write access.

SO_WR: 16

Safe-operational write access.

STARTUP: 512

Set on device startup.

TXPDO_MAP: 128

Mapped to Transmit PDO.

Generated using TypeDoc