|
ctrlX Data Layer API for .NET 5
2.1.0
|
|
The datalayer system interface.
DLR_RESULT RegisterType(string address, string bfbsPath)
Registers the type to the datalayer.
DLR_RESULT
Registers the node to the datalayer.
IVariant AuthToken
Gets the authentication token (JWT) as flatbuffers 'Token' while processing requests.
bool IsConnected
Checks the connection.
The provider node handler interface.
DLR_RESULT Start()
Starts the provider.
The native disposable interface
DLR_RESULT UnregisterType(string address)
Unregisters the type from the datalayer.
DLR_RESULT UnregisterNode(string address)
Unregisters the node from the datalayer.
DLR_RESULT Stop()
Stops the provider.
IDatalayerSystem System
Gets the system.
The provider node interface.