Click or drag to resize

ModuleAPISendRawHexCommand Method

Sends the raw command to module with data in hex.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void SendRawHexCommand(
	UUID uuid,
	FwCmdId command_id,
	string hex
)

Parameters

uuid
Type: UUID
UUID of module.
command_id
Type: FwCmdId
Command indetifier.
hex
Type: SystemString
Hex command data.
See Also