AsyncWrapper.Connect (METH) ¶ METHOD Connect
AsyncWrapper.DefineVarList (METH) ¶ METHOD DefineVarList
StateMachine.AsyncPLCHandler (PROP) ¶ PROPERTY AsyncPLCHandler : REFERENCE TO AsyncWrapper Property had no setter with version < 3.5.10.0
StateMachine.GetDeviceInfo (METH) ¶ METHOD GetDeviceInfo : POINTER TO PLCH.RudimentaryDeviceInfo Returns a pointer to a RudimentaryDeviceInfo variable containing information about the device we are connected to. If the information is not yet available (e.g. if called in wrong state, i.e. when not connected) this method returns 0 InOut: Scope Name Type Return GetDeviceInfo POINTER TO PLCH.RudimentaryDeviceInfo
DataItemItfVector (FB) ¶ FUNCTION_BLOCK DataItemItfVector EXTENDS Collections.BaseVector Methods: AddItem FB_Exit GetItem abstrAssign Structure: AddItem (Method) FB_Exit (Method) GetItem (Method) abstrAssign (Method)
DataItemItfVector.AddItem (METH) ¶ METHOD AddItem : UDINT InOut: Scope Name Type Return AddItem UDINT Input item IDatasources.IDataItem
DataItemItfVector.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
DataItemItfVector.GetItem (METH) ¶ METHOD GetItem : IDatasources.IDataItem InOut: Scope Name Type Return GetItem IDatasources.IDataItem Input udiIndex UDINT Output udiResult UDINT
DataItemItfVector.abstrAssign (METH) ¶ METHOD abstrAssign : UDINT InOut: Scope Name Type Comment Return abstrAssign UDINT Input pbt POINTER TO BYTE The pointer to the data that shall be assigned udiIndex UDINT The index where the data shall be assigned
PStringVectorArrAccess (FB) ¶ FUNCTION_BLOCK PStringVectorArrAccess EXTENDS Collections.PStringVector Methods: FB_Exit Structure: FB_Exit (Method)