Learn how to evaluate and integrate the VNC SDK
DataStore¶
Nested Classes¶
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Creates a custom data store. |
|
Creates a file data store. |
|
Creates a registry data store. |
|
Destroys the current data store. |
Static methods¶
-
vncsdk.DataStore.
create_custom_store
(callback)¶ Creates a custom data store.
For more information, see
vnc_DataStore_createCustomStore()
.Parameters: callback ( vncsdk.DataStore.Callback
) –
-
vncsdk.DataStore.
create_file_store
(path)¶ Creates a file data store.
For more information, see
vnc_DataStore_createFileStore()
.Parameters: path (str) –
-
vncsdk.DataStore.
create_registry_store
(registry_path)¶ Creates a registry data store.
For more information, see
vnc_DataStore_createRegistryStore()
.Parameters: registry_path (str) –
-
vncsdk.DataStore.
destroy_store
()¶ Destroys the current data store.
For more information, see
vnc_DataStore_destroyStore()
.