Constructor DeviceOutputEventArgs
Namespace: Belay.Core
Assembly: Belay.Core.dll
DeviceOutputEventArgs(string, bool)
Represents the output received from a device.
csharppublic DeviceOutputEventArgs(string output, bool isError = false)
1
Parameters
output
string
isError
bool