The OscMessage type exposes the following members.

Fields

  NameDescription
AddressPrefix
The prefix required by OSC address patterns.
BlobTag
The type tag for a blob (binary large object -- byte array).
DefaultTag
The beginning character in an Osc message type tag.
DoubleTag
The type tag for an double-precision floating point value.
FloatTag
The type tag for an floating point value.
IntegerTag
The type tag for a 32-bit integer.
LongTag
The type tag for a 64-bit integer.
mAddress
The OSC address pattern.
(Inherited from OscPacket.)
mClient
The destination of sent packets when using TransportType.Tcp.
(Inherited from OscPacket.)
mData
The contents of the packet.
(Inherited from OscPacket.)
mSourceEndPoint
The origin of the packet.
(Inherited from OscPacket.)
StringTag
The type tag for a string.
SymbolTag
The type tag for a symbol.

See Also