Interface PacketSizeAccessor.PacketSizeMutator

All Known Subinterfaces:
PacketSizeAccessor.PacketSizeProperty
Enclosing interface:
PacketSizeAccessor

public static interface PacketSizeAccessor.PacketSizeMutator
Provides a mutator for a packet size property.
  • Method Summary

    Modifier and Type Method Description
    void setPacketSize​(int aPacketSize)
    Sets the packet size for the packet size property.
  • Method Details

    • setPacketSize

      void setPacketSize​(int aPacketSize)
      Sets the packet size for the packet size property.
      Parameters:
      aPacketSize - The packet size to be stored by the packet size property.