Gets the current peripheral control state for UTS INT-1 sessions.
Namespace:
ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getPeripheralControl() As Boolean |
C# |
---|
public bool getPeripheralControl() |
C++ |
---|
public: bool getPeripheralControl() sealed |
J# |
---|
public bool getPeripheralControl() |
JScript |
---|
public
function getPeripheralControl() : bool |
Return Value
true or false. If peripheral control is enabled, the return value is true; otherwise it is false.
Example
[C#]
| Copy Code
|
---|
bool pc = screen.getPeripheralControl();
|
[VB]
| Copy Code
|
---|
Dim pc As Boolean
pc = screen.getPeripheralControl
|
See Also