VIDEO_OA_isKeyboardAvailable()

Checks whether a control console is configured for the workstation with the passed number.

Synopsis

bool VIDEO_OA_isKeyboardAvailable(int number = 0);

Parameters

Parameter Description
number Number of the workstation (0 = own workstation)

Return Value

Errors

Missing or wrong arguments

Description

Checks whether a control console is configured for the workstation with the passed number.

EXAMPLE

main()
{
  DebugN(VIDEO_OA_isKeyboardAvailable());
}

Assignment

Video functions

Availability

UI, CTRL