Click or drag to resize

ModuleAPISendCommand Method

Sends the command to module, using module driver.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void SendCommand(
	UUID uuid,
	string name,
	int[] args
)

Parameters

uuid
Type: UUID
UUID of module.
name
Type: SystemString
Name of command.
args
Type: SystemInt32
Arguments for command.
See Also