Click or drag to resize

DriverAPILoadFromJson Method

Loads the module driver from json.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void LoadFromJson(
	UUID uuid,
	string json_driver,
	Action callback
)

Parameters

uuid
Type: UUID
UUID of module.
json_driver
Type: SystemString
Json driver to be loaded.
callback
Type: SystemAction
Callback.
See Also