ConnectionShortSender<CON>, ConnectionShortTransceiver<CON>, LoopbackShortSender, LoopbackShortTransceiver, ShortConsumer, ShortDatagramSender, ShortSender, ShortTransceiverAbstractShortSender, LoopbackShortSenderImpl, LoopbackShortTransceiverImpl, ShortSenderDecorator@FunctionalInterface public interface ShortDatagramConsumer
ShortDatagramConsumer is used to send shorts in a unified way.| Modifier and Type | Method | Description |
|---|---|---|
void |
writeDatagram(short aDatagram) |
Writes (sends) a short.
|
void writeDatagram(short aDatagram)
throws org.refcodes.component.OpenException
aDatagram - The short 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.