DatasourcesMgr.UseData (METH) ¶ METHOD UseData : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Comment Return UseData SysTypes.RTS_IEC_RESULT Input pstSymbol POINTER TO STRING The symbolic name of the variable to activate.
DatasourcesMgr.WriteItemsSync (METH) ¶ METHOD WriteItemsSync : SysTypes.RTS_IEC_RESULT Writes the given list of items synchronously. Important Please remark that the operation might take quite some time in case many items are contained within the list. For this time, the call is blocking! InOut: Scope Name Type Comment Return WriteItemsSync SysTypes.RTS_IEC_RESULT Input items IDatasources.IDataItemList The list of items that have to be written
DatasourcesMgr.AddNotificationClient (METH) ¶ METHOD AddNotificationClient : IDatasources.SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return AddNotificationClient IDatasources.SysTypes.RTS_IEC_RESULT Input client IDatasources.INotificationClient
DatasourcesMgr.CreatePersistantItemList (METH) ¶ METHOD CreatePersistantItemList : IDatasources.IDataItemListPersistant InOut: Scope Name Type Return CreatePersistantItemList IDatasources.IDataItemListPersistant Input usage IDatasources.PersistantItemListUsage usageDetails WSTRING udiInitialCapacity UDINT Output result SysTypes.RTS_IEC_RESULT
DatasourcesMgr.DeletePersistantItemList (METH) ¶ METHOD DeletePersistantItemList InOut: Scope Name Type Input itemsList IDatasources.IDataItemListPersistant
DatasourcesMgr.NotificationClient (PROP) ¶ PROPERTY NotificationClient : IDatasources.INotificationClient
DatasourcesMgr.GetItemInfoWithDatasourceIndex (METH) ¶ METHOD GetItemInfoWithDatasourceIndex : IDatasources.IDataItemBase InOut: Scope Name Type Return GetItemInfoWithDatasourceIndex IDatasources.IDataItemBase Input pstSymbol POINTER TO STRING datasourceIndex INT
DatasourcesMgr.GetPersistantItemListImpl (METH) ¶ METHOD GetPersistantItemListImpl : POINTER TO DataItemListPublicPersistant Returns the nth |IDataItemListPersistant| managed by the current instance. Can be used for iterating over all lists. InOut: Scope Name Type Comment Return GetPersistantItemListImpl POINTER TO DataItemListPublicPersistant Input listNr INT The number of the list to return
DatasourcesMgr.ReleaseDataWithDatasourceIndex (METH) ¶ METHOD ReleaseDataWithDatasourceIndex : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Comment Return ReleaseDataWithDatasourceIndex SysTypes.RTS_IEC_RESULT Input pstSymbol POINTER TO STRING The symbolic name of the variable to deactivate. datasourceIndex INT
DatasourcesMgr.UseDataWithDatasourceIndex (METH) ¶ METHOD UseDataWithDatasourceIndex : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Comment Return UseDataWithDatasourceIndex SysTypes.RTS_IEC_RESULT Input pstSymbol POINTER TO STRING The symbolic name of the variable to activate. iDatasourceIndex INT optExpandAdapter IExpandSubNodeAdapter