Class CCEventSpecificInformationBCSM

  • All Implemented Interfaces:
    DataObject, Serializable
    Direct Known Subclasses:
    CAP2EventSpecificInformationBCSM

    public class CCEventSpecificInformationBCSM
    extends AbstractFieldsObject
    API for CC-DataTypes.EventSpecificInformationBCSM. Generated from the following ASN.1 type definition and the adaptations below.
     EventSpecificInformationBCSM ::=
         CHOICE {
             collectedInfoSpecificInfo      SEQUENCE {
                 calledPartyNumber CalledPartyNumber,
                 ...
             },
             analyzedInfoSpecificInfo       SEQUENCE {
                 calledPartyNumber CalledPartyNumber,
                 ...
             },
             routeSelectFailureSpecificInfo SEQUENCE {
                 failureCause Cause OPTIONAL,
                 ...
             },
             oCalledPartyBusySpecificInfo   SEQUENCE {
                 busyCause Cause OPTIONAL,
                 ...
             },
             oNoAnswerSpecificInfo          SEQUENCE {
                 ...
             },
             oAnswerSpecificInfo            SEQUENCE {
                 ...
             },
             oMidCallSpecificInfo           SEQUENCE {
                 ...
             },
             oDisconnectSpecificInfo        SEQUENCE {
                 releaseCause Cause OPTIONAL,
                 ...
             },
             tCalledPartyBusySpecificInfo   SEQUENCE {
                 busyCause Cause OPTIONAL,
                 ...
             },
             tNoAnswerSpecificInfo          SEQUENCE {
                 ...
             },
             tAnswerSpecificInfo            SEQUENCE {
                 ...
             },
             tMidCallSpecificInfo           SEQUENCE {
                 ...
             },
             tDisconnectSpecificInfo        SEQUENCE {
                 releaseCause Cause OPTIONAL,
                 ...
             }
         }
     CC-DataTypes {
         EventSpecificInformationBCSM {
             @extendible
         }
     }
     

    Used as field type by CCEventReportBCSMArg.

    See Also:
    Serialized Form