Get the data payload bytes

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public byte[] payload { get; }
Visual Basic (Declaration)
Public ReadOnly Property payload As Byte()
Visual C++
public:
property array<unsigned char>^ payload {
	array<unsigned char>^ get ();
}

See Also