Class OscNil

All Implemented Interfaces:
OscArgument

public class OscNil extends OscSentinel
  • Constructor Details

    • OscNil

      public OscNil()
  • Method Details

    • getTypeTag

      public char getTypeTag()
      Description copied from interface: OscArgument
      Returns the type tag used to encode this argument
      Returns:
      Type-tag character for this argument
    • toInt

      public int toInt()
      Description copied from interface: OscArgument
      Gets an integer value of this argument
      Returns:
      Integer value of this argument
    • toFloat

      public float toFloat()
    • toDouble

      public double toDouble()
    • toBoolean

      public boolean toBoolean()