- All Known Subinterfaces:
ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesProperty,ReadyToSendTransmission
- All Known Implementing Classes:
AbstractReadyToSendTransmissionDecorator,ReadyToSendSectionDecorator,ReadyToSendSegmentDecorator,TransmissionMetrics
public interface ReadyToSendMagicBytesAccessor
Provides an accessor for a RTS ("ready-to-send") magic bytes property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceReadyToSendMagicBytesAccessor.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.static interfaceProvides a mutator for a RTS ("ready-to-send") magic bytes property.static interfaceProvides a RTS ("ready-to-send") magic bytes property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Retrieves the magic bytes from the RTS ("ready-to-send") magic bytes property.
-
Method Details
-
getReadyToSendMagicBytes
byte[] getReadyToSendMagicBytes()Retrieves the magic bytes from the RTS ("ready-to-send") magic bytes property.- Returns:
- The magic bytes stored by the RTS ("ready-to-send") magic bytes property.
-