Constructor DeviceOutputEventArgs
Namespace: Belay.Core
Assembly: Belay.Core.dll
DeviceOutputEventArgs(string, bool)
Initializes a new instance of the class.
csharp
public DeviceOutputEventArgs(string output, bool isError = false)Parameters
output string
The output text received from the device.
isError bool
Whether this output represents an error.