Class MSBearerCapability.GSM.Content.NonSpeech.TransferCapability

  • All Implemented Interfaces:
    DataObject, Immutable, Serializable
    Enclosing class:
    MSBearerCapability.GSM.Content.NonSpeech

    public static final class MSBearerCapability.GSM.Content.NonSpeech.TransferCapability
    extends NamedInteger
    MSBearerCapability Information transfer capability constants.

    The API offered by this class is as if the type were specified in ASN.1 as follows.

     TransferCapability ::= ENUMERATED {
         SPEECH                 (0),
         UNRESTRICTED_DIGITAL   (1),
         AUDIO_3_1KHZ           (2),
         FACSIMILE_GROUP_3      (3),
         ... ,
         OTHER_ITC              (5),
         ... ,
         ALTERNATING_SPEECH_FAX (7)
     }
    See Also:
    Serialized Form