Click or drag to resize

ModuleAPISendRawCommand Method

Sends the raw command to module.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void SendRawCommand(
	UUID uuid,
	FwCmdId command_id,
	byte[] data
)

Parameters

uuid
Type: UUID
UUID of module.
command_id
Type: FwCmdId
Command identifier.
data
Type: SystemByte
Data in bytes.
See Also