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
udiTargetIdUDINTTarget id of the device.
udiTargetTypeUDINTTarget type of the device.
udiBufferSizeUDINTCommunication buffer size of the device. No service must exceed this size!
udiDeviceSessionIdUDINTSession id of the current connection
xMotorolaBOOLByte order of the device: TRUE in case of big endian byte order, FALSE in case of little endian byte order