Click or drag to resize

FirmwareErrorParse Method

Parse reponse for firmware error

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public static FirmwareError Parse(
	string command,
	string parameter,
	string response
)

Parameters

command
Type: SystemString
firmware command
parameter
Type: SystemString
firmware parameter
response
Type: SystemString
firmware response

Return Value

Type: FirmwareError
See Also