PNSTATION
This structure contains the details for all stations the Positioning and Navigation device has permissions for.
Syntax
typedef struct tagPNSTATION{
DWORD dwStructureSize;
PNTIME tiTime;
DWORD dwNumAvailable;
DWORD dwNumUsed;
PNAVSTATION snAvStation;
PNINDSTATION siStations[PN_NUM_STATIONS_c];
DWORD dwPNReserved;
} PNSTATION;
Members
- dwStructureSize
- Specifies the size, in bytes, of the structure
- tiTime
- Specifies the time the structure was last updated
- dwNumAvailable
- Unsupported
- dwNumUsed
- Specifies the number of stations tracked by the device
- snAvStation
- Stores which elements of PNSTATION are valid and which are not
- siStations
- Individual station data
- dwPNReserved
- Reserved for future use