Serialize the packet.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public abstract byte[] ToByteArray()
Visual Basic (Declaration)
Public MustOverride Function ToByteArray As Byte()
Visual C++
public:
virtual array<unsigned char>^ ToByteArray() abstract

Return Value

The newly serialized packet.

See Also