Class CS1AssistRequestInstructionsArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CS1AssistRequestInstructionsArg
    extends CCAssistRequestInstructionsArg
    API for Core-INAP-CS1-DataTypes.AssistRequestInstructionsArg. Generated from the following ASN.1 type definition and the adaptations below.
     AssistRequestInstructionsArg ::=
         SEQUENCE {
             correlationID     CorrelationID,
             iPAvailable       IPAvailable OPTIONAL,
             iPSSPCapabilities IPSSPCapabilities OPTIONAL,
             extensions        SEQUENCE (SIZE (1..1000)) OF ExtensionField OPTIONAL,
             ...
         }
     Core-INAP-CS1-DataTypes {
         AssistRequestInstructionsArg {
             @parentType com.opencloud.slee.resources.cgin.callcontrol.CCAssistRequestInstructionsArg
             correlationID {
                 @import com.opencloud.slee.resources.in.datatypes.cc.GenericNumber
             }
         }
     }
     

    Used as argument type by CS1Operations.assistRequestInstructions.

    See Also:
    Serialized Form