Rockwell Automation 2727-MRSDK MobileView Terminals Software Development Kit User Manual User Manual

Page 41

Advertising
background image

Publication 2727-UM004B-EN-P - February 2004

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

KtpLaunchTouchScreenCalibApp

KtpGetTemperature

KtpPlaySound

Table 4.38

Declaration:

Visual C:

UINT8 KtpLaunchTouchScreenCalibApp (void);

Visual Basic:

KtpLaunchTouchScreenCalibApp () As Byte;

Description:

Starts the touch-screen calibration tool.

Table 4.39

Declaration:

Visual C:

UINT8 KtpGetTemperature (void);

Visual Basic:

KtpGetTemperature () As Integer;

Description:

Returns the current temperature of the MobileView.

Table 4.40

Declaration:

Visual C:

UINT8 KtpPlaySound (/*in*/ UINT16 soundNr);

Visual Basic:

KtpPlaySound (ByVal soundNr As Integer) As Byte;

Description:

Plays the system sound in soundNr.

Arguments:

UINT16 soundNr: number of system sound.

Advertising