This document is archived and information here might be outdated. Recommended version. |
The GPS connection object.
[Visual Basic .NET] Public Property Connection As IGpsConnection
[C#] public IGpsConnection Connection {get; set;}
[C++]
HRESULT get_Connection(
IGpsConnection** ppConnection
);
[C++]
HRESULT putref_Connection(
IGpsConnection* ppConnection
);
[C++] Parameters ppConnection [out, retval]
ppConnection is a parameter of type IGpsConnection** ppConnection [in]
ppConnection is a parameter of type IGpsConnection*