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 override byte[] ToByteArray()
Visual Basic (Declaration)
Public Overrides Function ToByteArray As Byte()
Visual C++
public:
virtual array<unsigned char>^ ToByteArray() override

Return Value

The newly serialized packet.

See Also