Share via


Creating a GPRS Connection Example

Send Feedback

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="internet.adatum.com" />
      </characteristic>
    </characteristic>
</characteristic>

See Also

CM_GPRSEntries Configuration Service Provider Examples for OMA Client Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.