Test to check if packet is a response

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

Syntax

C#
public bool IsResponse { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsResponse As Boolean
Visual C++
public:
property bool IsResponse {
	bool get ();
}

Field Value

True if packet is a response

See Also