Smartswitch
|
This struct is returned as a result of a HLR dipping. More...
defined in <DippingResult.ice>
class DippingResult { ... }
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... | |
This struct is returned as a result of a HLR dipping.
StringOpt imsi |
International Mobile Subscriber Identity.
StringOpt mcc |
Mobile Country Code.
StringOpt mnc |
Mobile Network Code.
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.
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.