Basic PID parameters for the controller.
Namespace:
VideoRay
Assembly:
vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public PID pid { get; set; } |
Visual Basic (Declaration) |
---|
Public Property pid As PID |
Visual C++ |
---|
public:
property PID^ pid {
PID^ get ();
void set (PID^ value);
} |
See Also