Class CAP2PlayAnnouncementArg

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

    public class CAP2PlayAnnouncementArg
    extends CCPlayAnnouncementArg
    API for CAP-DataTypes.PlayAnnouncementArg. Generated from the following ASN.1 type definition and the adaptations below.
     PlayAnnouncementArg ::=
         SEQUENCE {
             informationToSend           InformationToSend,
             disconnectFromIPForbidden   BOOLEAN DEFAULT TRUE,
             requestAnnouncementComplete BOOLEAN DEFAULT TRUE,
             extensions                  SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
             ...
         }
     CAP-DataTypes {
         PlayAnnouncementArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCPlayAnnouncementArg
         }
     }
     

    Used as argument type by CAP2Operations.playAnnouncement.

    See Also:
    Serialized Form