IoDrvCIFXProfinetDeviceDiag.GetSpecificDeviceState (METH) ¶ METHOD GetSpecificDeviceState : DED.ERROR Returns the fieldbus specific device state; interpretation is fieldbus dependent InOut: Scope Name Type Comment Return GetSpecificDeviceState DED.ERROR Input pData CAA.PVOID Pointer to memory szSize CAA.SIZE Size of memory in bytes where pData is pointing to Output szCount CAA.SIZE Number of Bytes written to pData
IoDrvCIFXProfinetDeviceDiag.SetCommunicationState (METH) ¶ METHOD SetCommunicationState : DED.ERROR Starts, stops or resets a device InOut: Scope Name Type Return SetCommunicationState DED.ERROR Input eRequestedState DED.DEVICE_TRANSITION_STATE
IoDrvCIFXProfinetDeviceDiag.ChildNodeCount (PROP) ¶ PROPERTY ChildNodeCount : CAA.Count
IoDrvCIFXProfinetDeviceDiag.Connector (PROP) ¶ PROPERTY Connector : POINTER TO IoConfigConnector
IoDrvCIFXProfinetDeviceDiag.Enable (PROP) ¶ PROPERTY Enable : BOOL This property returns if the node is enabled in the device tree. The setter can be used to change the Enabled flag. If enabling/disabling is not supported on the node the flag’s value will not change.
IoDrvCIFXProfinetDeviceDiag.FirstChildNode (PROP) ¶ PROPERTY FirstChildNode : DED.INode
IoDrvCIFXProfinetDeviceDiag.Index (PROP) ¶ PROPERTY Index : UDINT
IoDrvCIFXProfinetDeviceDiag.IsRootNode (PROP) ¶ PROPERTY IsRootNode : BOOL
IoDrvCIFXProfinetDeviceDiag.NextSiblingNode (PROP) ¶ PROPERTY NextSiblingNode : DED.INode
PNS_IF_READ_RECORD_IND_DATA_T (STRUCT) ¶ TYPE PNS_IF_READ_RECORD_IND_DATA_T : STRUCT InOut: Name Type Comment hRecordHandle UDINT A stack internal identifier which belongs to this indication. hDeviceHandle UDINT The device handle. ulSequenceNum UDINT The sequence number used by IO-Controller for this ReadRecord Request. ulApi UDINT The API the IO-Controller wants to read. ulSlot UDINT The slot the IO-Controller wants to read. ulSubslot UDINT The subslot the IO-Controller wants to read. ulIndex UDINT The index the IO-Controller wants to read. ulLenToRead UDINT 1..n The number of bytes the IO-Controller requested.