Click or drag to resize

DriverAPILoad Method

Loads the module driver.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void Load(
	UUID uuid,
	ModuleDriver driver,
	Action callback = null
)

Parameters

uuid
Type: UUID
UUID of module.
driver
Type: ModuleDriver
Driver to be loaded.
callback (Optional)
Type: SystemAction
Callback.
See Also