|
CommunicationErrorArgsSignal Property |
If this error pertains to a particular signal, this is a reference to that signal. Otherwise null.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public Signal Signal { get; set; }
Public Property Signal As Signal
Get
Set
public:
property Signal^ Signal {
Signal^ get ();
void set (Signal^ value);
}
member Signal : Signal with get, set
Property Value
Type:
SignalSee Also