Getsppservice – Argox PT-9130 User Manual

Page 56

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 49

GetSPPService

Get terminal current serial port profile service status.

BOOL GetSPPService

{

}

Parameters

None

Returned Values

Return TRUE if SPP service is enable, otherwise return FALSE.

Example

if(GetSPPService())

AfxMessageBox(_T("SPP service is enable"));

Else

AfxMessageBox(_T(“SPP service is disable”));

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: sysapiax.h

Link Library: sysapiax.lib

Link DLL: sysapiax.dll
Device: PT90

Advertising