ClientSide.LineType (PROP) ¶ PROPERTY LineType : INT
ClientSide.SetNewCertData (METH) ¶ METHOD SetNewCertData : BOOL Set the new certificate data InOut: Scope Name Type Comment Return SetNewCertData BOOL Input hCert RTS_IEC_HANDLE New handle sCertThumb STRING New Local certificate thumb sCertThumbPeer STRING New Peer certificate thumb
ClientSide.SetUseAsTCP (METH) ¶ METHOD SetUseAsTCP Set the initial values of client to use as TCP InOut: Scope Name Type Input pStruInit POINTER TO StructClientUseAsTCP
UnitTest ¶ ExecCmdCertRenew (Method) ExecCmdCertRenewAck (Method) ExecCmdCertRenewEnd (Method) ExecCmdIsClientRegistered (Method) ExecCmdLink (Method) ExecCmdNewClient (Method) ExecCmdNewFrame (Method) ExecCmdNewLogin (Method) ExecCmdNewPage (Method) ExecCmdRemoveClient (Method) ExecCmdTest (Method) ExecCmdValueChanged (Method) TestType (Property)
ListNewClient (FB) ¶ FUNCTION_BLOCK ListNewClient List to store the data of new frame to send to slave Properties: Active List Size Methods: FB_exit Insert RemoveAll Structure: Active (Property) FB_exit (Method) Insert (Method) List (Property) RemoveAll (Method) Size (Property)
ListValueChanged.Active (PROP) ¶ PROPERTY Active : INT
ListValueChanged.FB_exit (METH) ¶ METHOD FB_exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
ListValueChanged.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructValueChanged InOut: Scope Name Type Return GetFirstItem POINTER TO StructValueChanged Input pIterator POINTER TO INT
ListValueChanged.GetNextItem (METH) ¶ METHOD GetNextItem : POINTER TO StructValueChanged InOut: Scope Name Type Return GetNextItem POINTER TO StructValueChanged Input pIterator POINTER TO INT
ListValueChanged.Insert (METH) ¶ METHOD Insert It inserts an item in the list InOut: Scope Name Type Comment Input eTypeClass __SYSTEM.TYPE_CLASS The type of the variable which was changed. lwValue LWORD The new value in case of numeric pbValue POINTER TO BYTE The new value in case of it is more long than LWORD (e.g.: string or wstring) uiSzValue UINT The size of the above buffer wArea WORD The area of the variable which was changed. lwOffset LWORD The offset of the variable which was changed.