Smartswitch
Data Members | List of all members
Smartswitch::HlrDipping::DippingResult Class Reference

This struct is returned as a result of a HLR dipping. More...

defined in <DippingResult.ice>

class DippingResult { ... }

Inheritance diagram for Smartswitch::HlrDipping::DippingResult:
Inheritance graph
[legend]

Data Members

StringOpt imsi
 International Mobile Subscriber Identity. More...
 
StringOpt mcc
 Mobile Country Code. More...
 
StringOpt mnc
 Mobile Network Code. More...
 
BoolOpt reachable
 Array containing true if the subscriber is reachable. More...
 
BoolOpt roaming
 Array containing true if the subscriber is in roaming. More...
 

Detailed Description

This struct is returned as a result of a HLR dipping.

See also
Session::dipHlr()

Data Member Documentation

◆ imsi

StringOpt imsi

International Mobile Subscriber Identity.

◆ mcc

StringOpt mcc

Mobile Country Code.

◆ mnc

StringOpt mnc

Mobile Network Code.

◆ reachable

BoolOpt reachable

Array containing true if the subscriber is reachable.


Array containing false if the subscriber is unreachable.
Empty array if this attribute is not returned according to client's service profile.

◆ roaming

BoolOpt roaming

Array containing true if the subscriber is in roaming.


Array containing false if the subscriber is not in roaming.
Empty array if this attribute is not returned according to client's service profile.


The documentation for this class was generated from the following file: