GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
ClassAdd
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertNamedObject
Load
Open
RegisterEventClient
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Structures
Error codes
DTDL
DADL
Setup
UStorage
The UStorage is (together with the UObject) the main interface used to read, write or otherwise manipulate data stored in DataFS.
The UStorage manages the list of pending actions. Actions can be generated by a variety of methods and are executed using Execute or ExecuteAsync.
Methods
Function
Description
AbortActionGroup
Aborts an ActionGroup.
ClassAdd
Adds one or more classes to an object.
ClassAddRef
Increments the reference count on one or more classes.
ClassAddRefById
Increments the reference count on one or more classes.
ClassRelease
Decrements the reference count on one or more classes.
ClassReleaseById
Decrements the reference count on one or more classes.
Close
Closes a UObject.
Create
Creates a UObject.
CreateActionGroup
Creates a new ActionGroup.
CreateWaitObject
Creates a new WaitObject.
DestroyActionGroup
Deletes an ActionGroup.
DestroyWaitObject
Deletes a WaitObject.
Execute
Execute the pending actions of an ActionGroup.
ExecuteAsync
Execute the pending actions of an ActionGroup asynchronously.
ExecuteResult
Query the result of an asynchronous action.
ExecuteWait
Wait for an asynchronous Execute to terminate.
GetLastError
Returns the last error object and value that occurred when reading or writing.
GetSchema
Gets the handle of the currently used local schema object.
InsertNamedObject
Inserts a new named object.
Load
Load data of a UObject.
Open
Open a UObject.
RegisterEventClient
Register for callbacks.
RemoveNamedObject
Removes a named object.
ResetActionGroup
Resets an ActionGroup so that it can be used again.
SetLastError
Sets the last error object and value.
SetSchema
Sets a new local schema object.
Store
Store data of a UObject.
UnregisterEventClient
Unregister for callbacks.
Update
Update (re-open) a UObject.
WaitableHandle
Returns a waitable handle for the WaitObject.
© 2022 Mobiland AG