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

  NameDescription
Public propertyAddress
Gets the Osc address pattern.
Public propertyClient
Gets or sets the destination of sent packets when using TransportType.Tcp.
Public propertyData
Gets the contents of the packet.
Public propertyIsBundle
Specifies if the packet is an OSC bundle.
Public propertyStatic memberLittleEndianByteOrder
Gets or sets the expected endianness of integral value types.
Public propertySourceEndPoint
Gets the origin of the packet.
Back to Top
See Also