Skip to content

Constructor DeviceOutputEventArgs

Namespace: Belay.Core
Assembly: Belay.Core.dll

DeviceOutputEventArgs(string, bool)

Represents the output received from a device.

csharp
public DeviceOutputEventArgs(string output, bool isError = false)

Parameters

output string

isError bool

Released under the Apache License 2.0.