Gets or sets the active screen
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public int Screen { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Screen As Integer |
| Visual C++ |
|---|
public: property int Screen { int get (); void set (int value); } |
Remarks
This sets the screen that all other API calls will apply to - only required for multi-screen TextLCDs.
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or the contrast value is out of range. |