getParity method

Parity getParity()

Returns the parity property.

Implementation

Parity getParity() {
  _checkStatus();
  return Parity.values[_getInt32Value(_nativeSerialGetParity)];
}