Structure used to hold the result of a subscriber information request. More...
import "saeaccess.idl";
Public Attributes | |
IdxPairSeq | result |
Index of the subscription-subscriber pair. | |
AttrSeqSeq | subscription |
Subscription associated with a paired service. | |
AttrSeqSeq | service |
Service associated with a paired subscription. | |
AttrSeq | attributes |
Requested subscriber attributes. |
Structure used to hold the result of a subscriber information request.
The result contains an index list that shows a subscription paired with a service. The format of the result is:
(subscription[result[0].sub], service[result[0].svcIdx]), (subscription[result[1].subIdx], service[result[1].svcIdx]), (subscription[result[2].subIdx], service[result[2].svcIdx]),
Requested subscriber attributes.
Index of the subscription-subscriber pair.
Service associated with a paired subscription.
Subscription associated with a paired service.