Click or drag to resize

FirmwareError Constructor

Construction

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public FirmwareError(
	string node,
	string command,
	string parameter,
	int code
)

Parameters

node
Type: SystemString
module node name
command
Type: SystemString
firmware command
parameter
Type: SystemString
firmware parameter
code
Type: SystemInt32
error code
See Also