BidirectionalConnectionByteTransceiver<INPUT,OUTPUT>, BidirectionalStreamConnectionByteTransceiver, ByteArrayConsumer, ByteConsumer, ByteDatagramSender, ByteDatagramTransceiver, ByteSender, ByteTransceiver, ConnectionByteSender<CON>, ConnectionByteTransceiver<CON>, LoopbackByteSender, LoopbackByteTransceiver, OutputStreamConnectionByteSenderAbstractByteSender, BidirectionalStreamByteTransceiverImpl, BidirectionalStreamConnectionByteTransceiverImpl, ByteArrayConsumerImpl, ByteSenderDecorator, LoopbackByteSenderImpl, LoopbackByteTransceiverImpl, OutputStreamByteSenderImpl, OutputStreamConnectionByteSenderImpl, PrefetchBidirectionalStreamByteTransceiverImpl, PrefetchBidirectionalStreamConnectionByteTransceiverImpl@FunctionalInterface public interface ByteDatagramConsumer
ByteDatagramConsumer is used to send bytes in a unified way.| Modifier and Type | Method | Description |
|---|---|---|
void |
writeDatagram(byte aDatagram) |
Writes (sends) a byte.
|
void writeDatagram(byte aDatagram)
throws org.refcodes.component.OpenException
aDatagram - The byte to be pushed.org.refcodes.component.OpenException - Thrown in case opening or accessing an open line
(connection, junction, link) caused problems.Copyright © 2018. All rights reserved.