PersistenceChannel.GetErrorMessage (METH) ¶ METHOD GetErrorMessage : STRING(255) InOut: Scope Name Type Return GetErrorMessage STRING(255) Input uiErrorNumber UINT sLanguage STRING
PersistenceChannel.ExternalLoad (METH) ¶ METHOD ExternalLoad : BOOL InOut: Scope Name Type Return ExternalLoad BOOL
PersistenceChannel.ExternalSave (METH) ¶ METHOD ExternalSave : BOOL InOut: Scope Name Type Return ExternalSave BOOL
PersistenceChannel.ExternalSaveAs (METH) ¶ METHOD ExternalSaveAs : BOOL InOut: Scope Name Type Return ExternalSaveAs BOOL Input itfDataStorage IDataStorage
PersistenceChannel.GetIsActionOngoing (METH) ¶ METHOD GetIsActionOngoing : BOOL This method tries to get if this channel is currently active writing or reading. ..return: If it was possible to get the current state of activity. If this is FALSE xIsActionOngoing is not valid! InOut: Scope Name Type Return GetIsActionOngoing BOOL Output xIsActionOngoing BOOL
IModule ¶ CallPrioHighStart (Method) CallPrioLowStart (Method) Init (Method) OnAfterOnlineChange (Method)
PersistenceChannel.CallPrioHighStart (METH) ¶ METHOD CallPrioHighStart : BOOL InOut: Scope Name Type Return CallPrioHighStart BOOL
PersistenceChannel.SuccessfulWriteCycles (PROP) ¶ PROPERTY SuccessfulWriteCycles : __UXINT see IPersistenceChannel5.SuccessfulWriteCycles
PersistenceChannel.WriteCycles (PROP) ¶ PROPERTY WriteCycles : __UXINT see IPersistenceChannel5.WriteCycles
PersistenceChannel.SetIsActionOngoing (METH) ¶ METHOD SetIsActionOngoing : BOOL This method tries to set that this channel is currently active writing or reading. ..return: If it was possible to set the current state of activity. If this is FALSE xIsActionOngoing has not been set! InOut: Scope Name Type Return SetIsActionOngoing BOOL Input xIsActionOngoing BOOL