GLSUPL_ApplicationID Struct Reference

Application ID. More...

#include <glsupl2.h>

List of all members.

Public Attributes

char appProvider [25]
 The application provider.
char appName [33]
 The application name.
char appVersion [9]
 The application version.

Detailed Description

Application ID.

Indicates the application ID for SET initiated call flows.

Reference: OMA SUPL TS (Section 10.36 Application ID)

ASN.1 specification:

ApplicationID ::= SEQUENCE {
    appProvider IA5String(SIZE (1..24)),            -- The application provider
    appName     IA5String(SIZE (1..32)),            -- The application name
    appVersion  IA5String(SIZE (1..8)) OPTIONAL,    -- The application version
    ...
}

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines