IRdtProt.ErrorCode (PROP) ¶ PROPERTY ErrorCode : INT
IRdtProt.IPAddress (PROP) ¶ PROPERTY IPAddress : STRING
IRdtProt.Port (PROP) ¶ PROPERTY Port : UINT
IRdtProt.RcvTimeout (PROP) ¶ PROPERTY RcvTimeout : TIME Receiving timeout
IRdtProt.SetNewCertificate (METH) ¶ METHOD SetNewCertificate : INT Set the new certificate to use InOut: Scope Name Type Return SetNewCertificate INT Input hCert RTS_IEC_HANDLE
IRdtProt.TrsTimeout (PROP) ¶ PROPERTY TrsTimeout : TIME Transmission timeout
IRdtProtClient (ITF) ¶ INTERFACE IRdtProtClient EXTENDS IRdtProt Interface for Redundancy Data Transfer Client Properties: Active , inherited from IRdtProt Busy , inherited from IRdtProt Enable , inherited from IRdtProt Error , inherited from IRdtProt ErrorCode , inherited from IRdtProt IPAddress , inherited from IRdtProt Port , inherited from IRdtProt RcvTimeout , inherited from IRdtProt TrsTimeout , inherited from IRdtProt Methods: ExecCommand CyclicCall , inherited from IRdtProt SetNewCertificate , inherited from IRdtProt Structure: ExecCommand (Method)
IRdtProtClient.ExecCommand (METH) ¶ METHOD ExecCommand Execution of a command in Client side: command is sent to server InOut: Scope Name Type Comment Input uiCmd UINT Command pDataTrs __XWORD Pointer to the data to transmit diLen DINT Data length to transmit pDataRcv __XWORD Pointer where to write data received diSizeRcv DINT Maximum size of the above buffer Output xDone BOOL Operation done, with or without errors error INT Error uiAns UINT Answer diLenRcv DINT Data length received
IRdtProtServer (ITF) ¶ INTERFACE IRdtProtServer EXTENDS IRdtProt Interface for Redundancy Data Transfer Server Properties: Active , inherited from IRdtProt Busy , inherited from IRdtProt Enable , inherited from IRdtProt Error , inherited from IRdtProt ErrorCode , inherited from IRdtProt IPAddress , inherited from IRdtProt Port , inherited from IRdtProt RcvTimeout , inherited from IRdtProt TrsTimeout , inherited from IRdtProt Methods: RegisterCommand CyclicCall , inherited from IRdtProt SetNewCertificate , inherited from IRdtProt Structure: RegisterCommand (Method)
IRdtProtServer.RegisterCommand (METH) ¶ METHOD RegisterCommand : INT It registers the interface to handle the command arrive in the server InOut: Scope Name Type Return RegisterCommand INT Input itfServerCommand IServerCommand