RudimentaryDeviceInfo (STRUCT)

TYPE RudimentaryDeviceInfo : STRUCT

This type bundles information about the device the PLCHandler is connected to.

Note

This structure is a subset (with different types) of the DeviceInfo structure from the PLCHandler SDK

InOut:

Name

Type

Comment

udiTargetId

UDINT

Target id of the device.

udiTargetType

UDINT

Target type of the device.

udiBufferSize

UDINT

Communication buffer size of the device. No service must exceed this size!

udiDeviceSessionId

UDINT

Session id of the current connection

xMotorola

BOOL

Byte order of the device: TRUE in case of big endian byte order, FALSE in case of little endian byte order