- All Known Subinterfaces:
ReadyToReceiveMagicBytesAccessor.ReadyToReceiveMagicBytesProperty,ReadyToReceiveTransmission
- All Known Implementing Classes:
AbstractReadyToReceiveTransmissionDecorator,ReadyToReceiveSectionDecorator,ReadyToReceiveSegmentDecorator,TransmissionMetrics
public interface ReadyToReceiveMagicBytesAccessor
Provides an accessor for a RTR ("ready-to-receive") magic bytes property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceReadyToReceiveMagicBytesAccessor.ReadyToReceiveMagicBytesBuilder<B extends ReadyToReceiveMagicBytesAccessor.ReadyToReceiveMagicBytesBuilder<B>>Provides a builder method for a RTR ("ready-to-receive") magic bytes property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a RTR ("ready-to-receive") magic bytes property.static interfaceProvides a RTR ("ready-to-receive") magic bytes property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Retrieves the magic bytes from the RTR ("ready-to-receive") magic bytes property.
-
Method Details
-
getReadyToReceiveMagicBytes
byte[] getReadyToReceiveMagicBytes()Retrieves the magic bytes from the RTR ("ready-to-receive") magic bytes property.- Returns:
- The magic bytes stored by the RTR ("ready-to-receive") magic bytes property.
-