Gprs, Tructure, Ras_entry structure – Argox PT-9130 User Manual

Page 149: Gprs structure

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 142

GPRS Structure

RAS_ENTRY Structure

This setting file contains information used by

CreateRASEntry

,

ChangeRASEntryProperty

,

GetRASEntryProperty

.

Struct CONNECT_INFO

{

DWORD

dwCountryCode

;

WCHAR

szAreaCode[10]

;

WCHAR

szPhoneNumber[128]

;

WCHAR

szExtraCmd[330]

;

WCHAR

szUserName[256]

;

WCHAR

szPassword[256]

;

WCHAR

szDomain[15]

;

}

Members

dwCountryCode

Specifies the country/region code portion of the phone number.

szAreaCode

Null.-terminated string that contains the area code.

szPhoneNumber

The phone number of RAS entry.

szExtraCmd

Spicifies the special modem commands may be inserted into the dial string.

szUserName

Null.-terminated string that contains the user’s name. This string is used to authenticate the user’s access to

the remote access server.

szPassword

Null.-terminated string that contains the user’s password. This string is used to authenticate the user’s access

to the remote access server.

szDomain

Null.-terminated string that contains the domain on which authenticate is to occur. An empty string ("")

specifies the domain in which the remote access server is a member. An asterisk specifies the domain stored

in the RAS for the entry.

Structure Information

Header: sysapiax.h

Advertising