Creating a GPRS Connection Example

The following example creates a GPRS network connection to Internet. The value set for DestId is the GUID that is defined in the CM_Networks connection service provider. This GUID specifies the metanetwork to which the connection will be made.

<characteristic type="CM_GPRSEntries">
  <characteristic type="GPRS1">
   <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
   <parm name="UserName" value="" />
   <parm name="Password" value="" />
   <parm name="Domain" value="" />
   <characteristic type="DevSpecificCellular">
     <parm name="GPRSInfoValid" value="1" />
     <parm name="GPRSInfoAccessPointName" value="internet2.voicestream.com" />
   </characteristic>
  </characteristic>
</characteristic>

See Also

CM_GPRSEntries Configuration Service Provider Examples

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.