Interface ReadyToReceiveMagicBytesAccessor.ReadyToReceiveMagicBytesMutator

All Known Subinterfaces:
ReadyToReceiveMagicBytesAccessor.ReadyToReceiveMagicBytesProperty
Enclosing interface:
ReadyToReceiveMagicBytesAccessor

public static interface ReadyToReceiveMagicBytesAccessor.ReadyToReceiveMagicBytesMutator
Provides a mutator for a RTR ("ready-to-receive") magic bytes property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setReadyToReceiveMagicBytes(byte[] aReadyToReceiveMagicBytes)
    Sets the magic bytes for the RTR ("ready-to-receive") magic bytes property.
  • Method Details

    • setReadyToReceiveMagicBytes

      void setReadyToReceiveMagicBytes(byte[] aReadyToReceiveMagicBytes)
      Sets the magic bytes for the RTR ("ready-to-receive") magic bytes property.
      Parameters:
      aReadyToReceiveMagicBytes - The magic bytes to be stored by the RTR ("ready-to-receive") magic bytes property.