OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| slpSessionIdFormat | |
| setSessionIdFormat | |
| incorrectSessionIdFormat | |
| Functions Summary | |
|---|---|
| convert2posMethod | |
| generateCompletedSessionId | generates a SUPL session ID depending on the receiving SUPL session ID
(used to get the SET session ID) and a SLP session will be added
|
| generateIncorrectSessionId | |
type enumerated slpSessionIdFormat {
slpSessionIdIPv4,
slpSessionIdIPv6,
slpSessionIdFQDN,
noSlpSessionId
}
type enumerated setSessionIdFormat {
noSetSessionId
}
type enumerated incorrectSessionIdFormat {
incorrectSETSessionId,
incorrectSETSETId,
incorrectSLPSessionId,
incorrectSLPSLPId
}
function convert2posMethod(in UlpMessage p_ulpMessage) return PosMethod
function generateCompletedSessionId(template SessionID p_sessionId, in slpSessionIdFormat p_slpSessionIdFormat) return SessionID
function generateIncorrectSessionId(in SessionID p_sessionId, in incorrectSessionIdFormat p_incorrectSessionFormat) return SessionID