 | STARDeviceErrorOccuredEventHandler Delegate |
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic delegate void STARDeviceErrorOccuredEventHandler(
ModuleErrors errors,
string deviceName
)
Public Delegate Sub STARDeviceErrorOccuredEventHandler (
errors As ModuleErrors,
deviceName As String
)
public delegate void STARDeviceErrorOccuredEventHandler(
ModuleErrors^ errors,
String^ deviceName
)
type STARDeviceErrorOccuredEventHandler =
delegate of
errors : ModuleErrors *
deviceName : string -> unit
Parameters
- errors
- Type: Huarui.STARLineModuleErrors
- deviceName
- Type: SystemString
See Also