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

  NameDescription
Public propertyAddress
Gets the Osc address pattern.
(Inherited from OscPacket.)
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 propertySourceEndPoint
Gets the origin of the packet.
(Inherited from OscPacket.)
Back to Top
See Also