Module org.refcodes.serial
Package org.refcodes.serial
Class ReceiveSegmentResultDaemon<SEGMENT extends Segment>
java.lang.Object
org.refcodes.serial.ReceiveSegmentResultDaemon<SEGMENT>
- Type Parameters:
SEGMENT- The type of theSegmentin question.
- All Implemented Interfaces:
Runnable
A daemon handling
SegmentReceiver.onReceiveSegment(Segment)
asynchronous calls.-
Constructor Summary
ConstructorsConstructorDescriptionReceiveSegmentResultDaemon(SEGMENT aSegment, SerialTransceiver aSerialTransceiver) Instantiates a new receive segment result daemon. -
Method Summary
-
Constructor Details
-
ReceiveSegmentResultDaemon
Instantiates a new receive segment result daemon.- Parameters:
aSegment- the segmentaSerialTransceiver- the serial transceiver
-
-
Method Details