Class BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem

  • All Implemented Interfaces:
    DataObject, Serializable
    Enclosing class:
    BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem

    public static final class BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem
    extends AbstractLazyEncodedNamedInteger<BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem.EncodedValue>
    Class Modem represents the DuplexMode and ModemType within a BearerCapability.ITU_T. It represents part of a larger octet string; it is not transmitted on a network by itself.

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

     Modem ::= SEQUENCE {
         duplexMode DuplexMode,
         modemType  ModemType
     }
    The class takes care of encoding the field values into a NamedInteger and decoding field values from a NamedInteger, the encoded representation being as tabulated below.

    Data Encoding - based on ITU-T Q.931 (05/98) §4.5.5 p58
    87654321
    Octet 5dext. 1Duplex modeModem type

    The octet numbering in the above table is that used in the cited standard for the octet encoded here.
    See Also:
    Serialized Form