isOddParity
This function checks the parity of the supplied data and returns 1 if buffer contains bytes that are all of odd parity.
Synopsis
int isOddParity(
const unsigned char * string,
unsigned int count);
Parameter | Description |
---|---|
string | Input, binary data to check |
count | Input, length of 'string' |