Test to check if packet is a response
Namespace:
VideoRay.CommunicationAssembly: 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 (); } |