OscBundle MembersBespoke Osc Library

The OscBundle type exposes the following members.
Constructors

  NameDescription
Public methodOscBundle(IPEndPoint, OscClient)
Initializes a new instance of the OscBundle class.
Public methodOscBundle(IPEndPoint, OscTimeTag, OscClient)
Initializes a new instance of the OscBundle class.
Back to Top
Methods

  NameDescription
Public methodAppend T 
Appends a value to the packet.
(Overrides OscPacket Append T (T).)
Public methodAt T 
Return a entry in the packet.
(Inherited from OscPacket.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberFromByteArray
Deserialize the packet.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSend 
Transmit an OSC packet via TCP through the connected OscClient.
(Inherited from OscPacket.)
Public methodSend(IPEndPoint)
Transmit an Osc packet via UDP.
(Inherited from OscPacket.)
Public methodSend(IPEndPoint, IPEndPoint)
Transmit an Osc packet via UDP.
(Inherited from OscPacket.)
Public methodToByteArray
Serialize the packet.
(Overrides OscPacket ToByteArray .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
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.)
Back to Top
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