IoDrvCIFXProfiNet.CheckOwner (METH) ¶ METHOD CheckOwner : BOOL InOut: Scope Name Type Return CheckOwner BOOL Input id UDINT
IoDrvCIFXProfiNet.CompareGUID (METH) ¶ METHOD CompareGUID : BOOL InOut: Scope Name Type Return CompareGUID BOOL Inout guid1 ARRAY [0..15] OF BYTE guid2 ARRAY [0..15] OF BYTE
IoDrvCIFXProfiNet.CompareMAC (METH) ¶ METHOD CompareMAC : BOOL InOut: Scope Name Type Return CompareMAC BOOL Inout mac1 ARRAY [0..5] OF BYTE mac2 ARRAY [0..5] OF BYTE
IoDrvCIFXProfiNet.ConfigureFirmware (METH) ¶ METHOD ConfigureFirmware : UDINT InOut: Scope Name Type Return ConfigureFirmware UDINT Input pConnector POINTER TO IoCOnfigConnector
IoDrvCIFXProfiNet.ConfigureWatchdog (METH) ¶ METHOD ConfigureWatchdog : UDINT InOut: Scope Name Type Return ConfigureWatchdog UDINT Input pConnector POINTER TO IoConfigConnector
IoDrvCIFXProfiNet.DumpPacket (METH) ¶ METHOD DumpPacket InOut: Scope Name Type Input pHeader POINTER TO TLR_PACKET_HEADER_T
IoDrvCIFXProfiNet.FindSlaveByID (METH) ¶ METHOD FindSlaveByID : POINTER TO PNSlave InOut: Scope Name Type Return FindSlaveByID POINTER TO PNSlave Input id UDINT
IoDrvCIFXProfiNet.FindSlaveHandle (METH) ¶ METHOD FindSlaveHandle : BOOL InOut: Scope Name Type Return FindSlaveHandle BOOL Inout sStationName STRING Output udiHandle UDINT
PNSlaveDiag.CheckSupportedCommunicationState (METH) ¶ METHOD CheckSupportedCommunicationState : BOOL The implementation of this method returns true if the driver supports the requested communications state The application could query a driver to check if it is supporting specific communications states generally. The method CheckCurrentSupportedCommunicationState is used to check for the current state. Therefore the result of CheckCurrentSupportedCommunicationState and CheckSupportedCommunicationState could differ if the driver is for example in the startup procedure and not supporting currently some communication states. InOut: Scope Name Type Comment Return CheckSupportedCommunicationState BOOL Input eRequestedState DED.DEVICE_TRANSITION_STATE The communication state to check
PNSlaveDiag.GetDeviceDiagnosisInfo (METH) ¶ METHOD GetDeviceDiagnosisInfo : DED.ERROR Returns a DiagnosisInfo if xDiagnosisInfoAvailable of GetDeviceState was true. InOut: Scope Name Type Comment Return GetDeviceDiagnosisInfo 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