The OSCMessage type exposes the following members.

Constructors

  NameDescription
Public methodOSCMessage(String)
Initializes a new instance of the OSCMessage class
Public methodOSCMessage(String, Object)
Initializes a new instance of the OSCMessage class

Methods

  NameDescription
Public methodAppend (Overrides OSCPacket..::..Append(Object).)
Protected methodAppendTag
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsBundle (Overrides OSCPacket..::..IsBundle()()()().)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodpack (Overrides OSCPacket..::..pack()()()().)
Public methodToString (Overrides Object..::..ToString()()()().)
Public methodStatic memberUnpack

Fields

  NameDescription
Protected fieldaddress (Inherited from OSCPacket.)
Protected fieldbinaryData (Inherited from OSCPacket.)
Protected fieldStatic memberDOUBLE
Protected fieldStatic memberFLOAT
Protected fieldStatic memberINTEGER
Protected fieldStatic memberLONG
Protected fieldStatic memberSTRING
Protected fieldStatic memberSYMBOL
Protected fieldtypeTag
Protected fieldvalues (Inherited from OSCPacket.)

Properties

  NameDescription
Public propertyAddress (Inherited from OSCPacket.)
Public propertyBinaryData (Inherited from OSCPacket.)
Public propertyValues (Inherited from OSCPacket.)

See Also