Uses of Class
org.refcodes.serial.SegmentResult
-
Uses of SegmentResult in org.refcodes.serial
Methods in org.refcodes.serial that return SegmentResultModifier and TypeMethodDescription<SEGMENT extends Segment>
SegmentResult<SEGMENT>AbstractPort.doTransmitSegment(SEGMENT aSegment) <SEGMENT extends Segment>
SegmentResult<SEGMENT>AbstractPortDecorator.doTransmitSegment(SEGMENT aSegment) <SEGMENT extends Segment>
SegmentResult<SEGMENT>SegmentTransmitter.doTransmitSegment(SEGMENT aSegment) ReceiveSegmentResultDaemon.getSegmentResult()Gets the segment result.TransmitSegmentResultDaemon.getSegmentResult()Gets the segment result.<SEGMENT extends Segment>
SegmentResult<SEGMENT>AbstractPort.onReceiveSegment(SEGMENT aSegment) Asynchronously receives aSegment'sSequencedata (does not block this thread) and updates theSegmentby invokingSegment.fromTransmission(Sequence).<SEGMENT extends Segment>
SegmentResult<SEGMENT>AbstractPortDecorator.onReceiveSegment(SEGMENT aSegment) Asynchronously receives aSegment'sSequencedata (does not block this thread) and updates theSegmentby invokingSegment.fromTransmission(Sequence).<SEGMENT extends Segment>
SegmentResult<SEGMENT>SegmentReceiver.onReceiveSegment(SEGMENT aSegment) Asynchronously receives aSegment'sSequencedata (does not block this thread) and updates theSegmentby invokingSegment.fromTransmission(Sequence).