GLSUPL_BatchRepCap Struct Reference

Defines the type of batch reporting capabilities supported by the SET (only applicable to quasi real time and batch reporting): More...

#include <glsupl2.h>

List of all members.


Detailed Description

Defines the type of batch reporting capabilities supported by the SET (only applicable to quasi real time and batch reporting):

  • Report position (true if reporting of position is allowed, false otherwise)
  • Report measurements (true if reporting of measurements is supported, false otherwise)
  • Maximum number of positions (range: 1 to 1024)
  • Maximum number of measurements (range: 1 to 1024)

Reference: OMA SUPL TS (Section 10.10 SET capabilities).

ASN.1 specification:

BatchRepCap ::= SEQUENCE {
  report-position	BOOLEAN, -- set to "true" if reporting of position is supported
  report-measurements	BOOLEAN, -- set to "true" if reporting of measurements is supported
  max-num-positions	INTEGER (1..1024) OPTIONAL,
  max-num-measurements INTEGER (1..1024) OPTIONAL,
  ...
}

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