METHOD GetDeviceInfo : BOOL
Get the detailed Profinet DeviceInfo data from a Profinet Slave node that is attached below a controller node.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
GetDeviceInfo
|
BOOL
|
|
Input
|
pnDevice
|
DED.IDevice
|
The Profinet Slave device
|
Output
|
device
|
ProfinetCommon.DeviceInfo
|
The data of the current device. (Valid if return value is TRUE)
|
|