Skip to content

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.

Released under the Apache License 2.0.