getOutputWaiting method

int getOutputWaiting()

Gets the number of bytes waiting to be written to the serial port.

Implementation

int getOutputWaiting() {
  _checkStatus();
  return _getInt32Value(_nativeSerialOutputWaiting);
}