getRTSCTS method

bool getRTSCTS()

Returns if the RTS/CTS (request to send/ clear to send) flow control is enabled or disabled.

Implementation

bool getRTSCTS() {
  return _getBoolValue(_nativeSerialGetRtscts);
}