Interface ByteSource

    • Method Detail

      • 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.