Class DeviceOutputEventArgs
Namespace: Belay.Core
Assembly: Belay.Core.dll
Represents the output received from a device.
csharp
public class DeviceOutputEventArgs : EventArgs
Inheritance
object ← EventArgs ← DeviceOutputEventArgs
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
Gets a value indicating whether this output represents an error.
Gets the output text received from the device.
Gets the timestamp when this output was received.