OscMessage FieldsBespoke Osc Library
The OscMessage type exposes the following members.
Fields

  NameDescription
Protected fieldStatic memberAddressPrefix
The prefix required by Osc address patterns.
Protected fieldStatic memberBlobTag
The type tag for a blob (binary large object -- byte array).
Protected fieldStatic memberCharacterTag
The type tag for an ASCII character (sent as a 32-bit int).
Protected fieldStatic memberColorTag
The type tag for a 32-bit RGBA color;
Protected fieldStatic memberDefaultTag
The beginning character in an Osc message type tag.
Protected fieldStatic memberDoubleTag
The type tag for an double-precision floating point value.
Protected fieldStatic memberFalseTag
The type tag for False. No bytes are allocated in the argument data.
Protected fieldStatic memberFloatTag
The type tag for an floating point value.
Protected fieldStatic memberInfinitumTag
The type tag for inifinitum. No bytes are allocated in the argument data.
Protected fieldStatic memberIntegerTag
The type tag for a 32-bit integer.
Protected fieldStatic memberLongTag
The type tag for a 64-bit integer.
Protected fieldmAddress
The OSC address pattern.
(Inherited from OscPacket.)
Protected fieldmClient
The destination of sent packets when using TransportType.Tcp.
(Inherited from OscPacket.)
Protected fieldmData
The contents of the packet.
(Inherited from OscPacket.)
Protected fieldmSourceEndPoint
The origin of the packet.
(Inherited from OscPacket.)
Protected fieldStatic memberNilTag
The type tag for Nil. No bytes are allocated in the argument data.
Protected fieldStatic memberStringTag
The type tag for a string.
Protected fieldStatic memberSymbolTag
The type tag for a symbol.
Protected fieldStatic memberTimeTag
The type tag for an Osc Time Tag.
Protected fieldStatic memberTrueTag
The type tag for True. No bytes are allocated in the argument data.
Back to Top
See Also