OscMessage MethodsBespoke Osc Library
The OscMessage type exposes the following members.
Methods

  NameDescription
Public methodAppend T 
Appends a value to the message.
(Overrides OscPacket Append T (T).)
Public methodAppendNil
Appends a Nil value to the message.
Public methodAt T 
Return a entry in the packet.
(Inherited from OscPacket.)
Public methodClearData
Remove all data from the message.
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.)
Public methodUpdateDataAt
Update a value within the message at the specified index.
Back to Top
See Also