DataItemListPublicPersistant (FB) ¶ FUNCTION_BLOCK DataItemListPublicPersistant EXTENDS DataItemListPublic IMPLEMENTS IDatasources.IDataItemListPersistant Properties: Count , inherited from DataItemListPublic Usage UsageDetails Methods: FB_Exit CanItemBeAdded Clear , inherited from DataItemListPublic CreateAndAdd , inherited from DataItemListPublic CreateAndAddExpanding , inherited from DataItemListPublic FinishedAdding GetItem , inherited from DataItemListPublic Initialize Release , inherited from DataItemListPublic Structure: FB_Exit (Method) IDataItemListPersistant FinishedAdding (Method) Usage (Property) UsageDetails (Property) Internal Initialize (Method) Protected CanItemBeAdded (Method)
DataItemPtrVector (FB) ¶ FUNCTION_BLOCK DataItemPtrVector EXTENDS Collections.BaseVector Methods: AddItem GetItem Remove Structure: AddItem (Method) GetItem (Method) Remove (Method)
DataItemVector (FB) ¶ FUNCTION_BLOCK DataItemVector EXTENDS Collections.BaseVector Methods: AddItem GetArrayPtr GetItem Remove abstrAssign abstrDataPtrChanged abstrGetElementPtr abstrSizeOfElement Structure: AddItem (Method) GetArrayPtr (Method) GetItem (Method) Remove (Method) abstrAssign (Method) abstrDataPtrChanged (Method) abstrGetElementPtr (Method) abstrSizeOfElement (Method)
DataItemLocation.BitOffset (PROP) ¶ PROPERTY BitOffset : BYTE
DataItemLocation.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
DataItemLocation.Init (METH) ¶ METHOD Init : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return Init SysTypes.RTS_IEC_RESULT Input sizeLocal __UXINT sizeRemote __UXINT pLocalAddr POINTER TO BYTE xWriteAccess BOOL bitOffset BYTE
DataItemLocation.LocalAddress (PROP) ¶ PROPERTY LocalAddress : POINTER TO BYTE Returns the address of the variable represented by this item on the current device.
DataItemLocation.SizeLocal (PROP) ¶ PROPERTY SizeLocal : __UXINT Returns the size of the variable represented by this item on the local device (the one running |IDatasourcesMgr|
DataItemLocation.SizeRemote (PROP) ¶ PROPERTY SizeRemote : __UXINT Returns the size of the variable represented by this item on the remote device (the one |IDriver| connects to.
DataItemLocation.WriteCopyAddress (PROP) ¶ PROPERTY WriteCopyAddress : POINTER TO BYTE Returns the address of the mirrored value used for detection of local modifications.