Test to check if packet is a request
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool IsRequest { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsRequest As Boolean |
Visual C++ |
---|
public: property bool IsRequest { bool get (); } |