OscBundle PropertiesBespoke Osc Library
The OscBundle type exposes the following members.
Properties

  NameDescription
Public propertyAddress
Gets the Osc address pattern.
(Inherited from OscPacket.)
Public propertyBundles
Gets the array of nested bundles.
Public propertyClient
Gets or sets the destination of sent packets when using TransportType.Tcp.
(Inherited from OscPacket.)
Public propertyData
Gets the contents of the packet.
(Inherited from OscPacket.)
Public propertyIsBundle
Specifies if the packet is an OSC bundle.
(Overrides OscPacket IsBundle.)
Public propertyMessages
Gets the array of contained messages.
Public propertySourceEndPoint
Gets the origin of the packet.
(Inherited from OscPacket.)
Public propertyTimeStamp
Gets the creation time of the bundle.
Back to Top
See Also