OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group SystemMessage_Types

Declared in module SUPL_TypeDefinitions


Types Summary
Nonce
BTID
AuthN
PSK
Sys_Message

Details

Nonce
type charstring Nonce
with {
  variant "noCodec"
}

Declared in group SystemMessage_Types

BTID
type charstring BTID
with {
  variant "noCodec"
}

Declared in group SystemMessage_Types

AuthN
type bitstring AuthN
with {
  variant "noCodec"
}

Declared in group SystemMessage_Types

PSK
type octetstring PSK
with {
  variant "noCodec"
}

Declared in group SystemMessage_Types

Sys_Message
type union Sys_Message {
    Nonce nonce,
    BTID btid,
    AuthN authn,
    PSK psk
}

Declared in group SystemMessage_Types