 | FirmwareError Constructor |
Construction
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic FirmwareError(
string node,
string command,
string parameter,
int code
)
Public Sub New (
node As String,
command As String,
parameter As String,
code As Integer
)
public:
FirmwareError(
String^ node,
String^ command,
String^ parameter,
int code
)
new :
node : string *
command : string *
parameter : string *
code : int -> FirmwareError
Parameters
- node
- Type: SystemString
module node name - command
- Type: SystemString
firmware command - parameter
- Type: SystemString
firmware parameter - code
- Type: SystemInt32
error code
See Also