Interface WXMMACAddressType

All Known Implementing Classes:
WXMMACAddress

@Immutable
public interface WXMMACAddressType
A MAC address, such as d7:94:b5:60:0d:ac.
  • Method Summary

    Modifier and Type Method Description
    default void checkPreconditions()
    Check preconditions for the type.
    java.lang.String value()  
  • Method Details

    • value

      @Parameter java.lang.String value()
      Returns:
      The MAC address string
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.