Interface ByteSource

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transmitByte(byte aByte)
    Writes (sends) a byte.
  • Method Details

    • transmitByte

      void transmitByte(byte aByte) throws IOException
      Writes (sends) a byte.
      Parameters:
      aByte - The byte to be pushed.
      Throws:
      IOException - Thrown in case opening or accessing an open line (connection, junction, link) caused problems.