Skip to content

Class DeviceOutputEventArgs

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

Represents the output received from a device.

csharp
public class DeviceOutputEventArgs : EventArgs

Inheritance

objectEventArgsDeviceOutputEventArgs

Inherited Members

EventArgs.Empty, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

DeviceOutputEventArgs(string, bool)

Represents the output received from a device.

Properties

IsError

Gets a value indicating whether this output represents an error.

Output

Gets the output text received from the device.

Timestamp

Gets the timestamp when this output was received.

Released under the Apache License 2.0.