ExtractedBytesHasParity Property |
Gets or sets a value indicating that the bytes have parity applied to them (when applicable).
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool HasParity { get; set; }
Public Property HasParity As Boolean
Get
Set
public:
property bool HasParity {
bool get ();
void set (bool value);
}
member HasParity : bool with get, set
Property Value
Type:
BooleanSee Also