Constructs a new empty OSC message.
Constructs a new OSC message using an address.
Constructs a new OSC message using an address.
Constructs a new OSC message by cloning another one.
Adds an argument to the message.
Adds a bool to the message.
Adds an impulse to the message.
Adds a null to the message.
Gets the argument at the given index.
Gets the argument at the given index.
Gets the integer at the given index.
Gets the float at the given index.
Gets the string at the given index.
Gets the blob at the given index.
Gets the bool at the given index.
Gets the timetag at the given index.
Duplicates the current message.
Checks if the given argument is a boolean.
Checks if the given argument is false.
Checks if the given argument is a float.
Checks if the given argument is an impulse.
Checks if the given argument is an integer.
Checks if the given argument is an blob.
Checks if the given argument is null.
Checks if the given argument is an string.
Checks if the given argument is a timetag.
Checks if the given argument is true.
Gets the type of the argument at the given index.
Gets the message's address.
Sets the message's address.
Gets the message's argument count.
Gets the argment's types.
Parses the given binaray data and returns an OSCPacket (a message or a bundle).
Converts the packet into a byte array.
An OSC message contains an address and a set of arguments.