Class CAP3FurnishChargingInformationGPRSArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP3FurnishChargingInformationGPRSArg
    extends ExtendibleOctetString
    API for CAP-gprsSSF-gsmSCF-ops-args.FurnishChargingInformationGPRSArg. Generated from the following ASN.1 type definition.
     FurnishChargingInformationGPRSArg ::=
         OCTET STRING (SIZE (5..225)) (CONTAINING CAMEL-FCIGPRSBillingChargingCharacteristics)
     

    This API has both a byteArray and a containedValue.

    When a value of this type is received from the network, the received bytes are assigned to the byteArray, and then those bytes are decoded and any resulting value is assigned to the containedValue.

    When a value of this type is sent to the network, any non-null containedValue is encoded and the resulting bytes are sent to the network, otherwise the bytes in the byteArray are sent to the network.

    Used as argument type by CAP3Operations.furnishChargingInformationGPRS.

    See Also:
    Serialized Form