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