Get Network Node ID
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public virtual byte NetworkID { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property NetworkID As Byte |
Visual C++ |
---|
public: virtual property unsigned char NetworkID { unsigned char get (); void set (unsigned char value); } |