Peripheral functions, Peripheral functions -8 – Rockwell Automation 2727-MRSDK MobileView Terminals Software Development Kit User Manual User Manual

Page 32

Advertising
background image

Publication 2727-UM004B-EN-P - February 2004

4-8 SDK (Software Development Kit) for MobileView Terminals

Peripheral Functions

KtpJoystickIsInstalled

KtpWheelIsInstalled

KtpPotilsInstalled

Table 4.17

Declaration:

Visual C:

UINT8 KtpJoystickIsInstalled(void);

Visual Basic:

KtpJoystickIsInstalled() As Byte

Description:

Returns the number of joystick axes. If no joystick is installed on
the device, 0 will be returned.

Table 4.18

Declaration:

Visual C:

UINT8 KtpWheelIsInstalled(void);

Visual Basic:

KtpWheelIsInstalled() As Byte

Description:

Returns 1 if a wheel is installed on the device, otherwise 0.

Table 4.19

Declaration:

Visual C:

UINT8 KtpPotiIsInstalled(void);

Visual Basic:

KtpPotiIsInstalled() As Byte

Description:

Returns 1 if an override potentiometer is installed on the device,
otherwise 0.

Advertising