Test to check if packet id is a broadcast/multicast or not

Namespace:  VideoRay.Communication
Assembly:  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 ();
}

Field Value

True if ID is multicast or broadcast

See Also