Click or drag to resize

STARCommandSendFirmware Method

Send firmware command

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public string SendFirmware(
	string cmd,
	string parameter,
	int taskId = 1
)

Parameters

cmd
Type: SystemString
command
parameter
Type: SystemString
parameter
taskId (Optional)
Type: SystemInt32
unique task id for get error from trace

Return Value

Type: String
command response
See Also