Module org.refcodes.serial
Package org.refcodes.serial
Interface ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesBuilder<B extends ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesBuilder<B>>
- Type Parameters:
B
- The builder to return in order to be able to apply multiple build operations.
- All Known Implementing Classes:
ReadyToSendSectionDecorator.Builder
,ReadyToSendSegmentDecorator.Builder
,TransmissionMetrics.Builder
- Enclosing interface:
- ReadyToSendMagicBytesAccessor
public static interface ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesBuilder<B extends ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesBuilder<B>>
Provides a builder method for a RTS ("ready-to-send") magic bytes
property returning the builder for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithReadyToSendMagicBytes
(byte[] aReadyToSendMagicBytes) Sets the magic bytes for the RTS ("ready-to-send") magic bytes property.
-
Method Details
-
withReadyToSendMagicBytes
Sets the magic bytes for the RTS ("ready-to-send") magic bytes property.- Parameters:
aReadyToSendMagicBytes
- The magic bytes to be stored by the RTS ("ready-to-send") magic bytes property.- Returns:
- The builder for applying multiple build operations.
-