Class CvResultReceivedEventArgs
Carries a positive CV programming result (LAN_X_CV_RESULT): the CV address (0 = CV1) and its value.
public class CvResultReceivedEventArgs : EventArgs
- Inheritance
-
CvResultReceivedEventArgs
- Inherited Members
Constructors
CvResultReceivedEventArgs(ushort, byte)
Carries a positive CV programming result (LAN_X_CV_RESULT): the CV address (0 = CV1) and its value.
public CvResultReceivedEventArgs(ushort cvAddress, byte value)
Parameters
Properties
CvAddress
public ushort CvAddress { get; }
Property Value
Value
public byte Value { get; }