IBACnetServerPluginHook (ITF) ¶ INTERFACE IBACnetServerPluginHook Interface for service application hook used in BACnetServerPlugin. Properties: EventCallback HookType Structure: EventCallback (Property) HookType (Property)
Transaction ¶ ISavepoint (Interface) Savepoint SavepointRelease (Method) SavepointRollback (Method) SavepointStorage (Property) SavepointTransaction (Property) ITransaction (Interface) Savepoint TransactionSetSavepoint (Method) Transaction TransactionCommit (Method) TransactionRollback (Method) TransactionStorage (Property)
ISavepoint (ITF) ¶ INTERFACE ISavepoint EXTENDS __System.IQueryInterface Properties: SavepointStorage SavepointTransaction Methods: SavepointRelease SavepointRollback Structure: Savepoint SavepointRelease (Method) SavepointRollback (Method) SavepointStorage (Property) SavepointTransaction (Property)
ITransaction (ITF) ¶ INTERFACE ITransaction EXTENDS __System.IQueryInterface Properties: TransactionStorage Methods: TransactionCommit TransactionRollback TransactionSetSavepoint Structure: Savepoint TransactionSetSavepoint (Method) Transaction TransactionCommit (Method) TransactionRollback (Method) TransactionStorage (Property)
Structs ¶ BLOB (Alias) METRICS (Alias) STO_BLOB (Struct) STO_METRICS (Struct) STO_TEXT (Struct) TEXT (Alias)
BLOB (ALIAS) ¶ TYPE BLOB : STO_BLOB
TEXT ¶ CreateTextFromString (Function) CreateTextFromWString (Function) TextCopyToString (Function) TextCopyToWString (Function) TextFree (Function)
IBACnetServerPlugin.PreUnregister (METH) ¶ METHOD PreUnregister : UDINT Deinitialization, gets called during BACNetServer.UnregisterPlugin before application service hooks/callbacks are unregistered. Return CmpErrors.Errors.ERR_OK if successfully. InOut: Scope Name Type Return PreUnregister UDINT
CreateTextFromString (FUN) ¶ FUNCTION CreateTextFromString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return CreateTextFromString ERROR Inout Const sValue STRING(1) txtValue STO_TEXT
CreateTextFromWString (FUN) ¶ FUNCTION CreateTextFromWString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return CreateTextFromWString ERROR Inout Const wsValue WSTRING(1) txtValue STO_TEXT