IModeSParityStripParity Method |
Strips the parity from the last three bytes of the message.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void StripParity(
byte[] bytes,
int offset,
int length
)
Sub StripParity (
bytes As Byte(),
offset As Integer,
length As Integer
)
void StripParity(
array<unsigned char>^ bytes,
int offset,
int length
)
abstract StripParity :
bytes : byte[] *
offset : int *
length : int -> unit
Parameters
- bytes
- Type: SystemByte
- offset
- Type: SystemInt32
- length
- Type: SystemInt32
Remarks
The length should be either 7 or 14 bytes.
See Also