Configuration functions, Configuration functions -3, Ktpapiinit ktpapideinit – Rockwell Automation 2727-MRSDK MobileView Terminals Software Development Kit User Manual User Manual

Page 27: Ktpsetbrightness

Advertising
background image

Publication 2727-UM004B-EN-P - February 2004

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

KtpAPIInit

KtpAPIDeinit

Configuration Functions

This section describes functions that are required to configure the
MobileView terminal. All functions return one of the error codes listed
in the Error Handling section.

KtpSetBrightness

Table 4.3

Declaration:

Visual C:

UINT8 KtpAPIInit(void);

Visual Basic:

KtpAPIInit() As Byte;

Description:

This method initializes the MobileView SDK.

Table 4.4

Declaration:

Visual C:

void KtpAPIDeinit(void);

Visual Basic:

KtpAPIDeinit()

Description:

This method cancels all initialization of the MobileView SDK.

Table 4.5

Declaration:

Visual C:

UINT8 KtpSetBrightness(/*[in]*/UINT8 u8_Brightness);

Visual Basic:

KtpSetBrightness(ByVal brightness As Byte) As Byte

Description:

This method sets the brightness of the LC display on the device.

Arguments

0-7, 0 = min, 7 = max

Advertising