Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode
-
Packages that use MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode Package Description com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode Modifier and Type Method Description static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode. fromValue(int value)
Returns the enumeration constant for a given encoded value.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol. getDuplexMode()
Gets the value of the duplex mode.static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode[]
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode Modifier and Type Method Description MSBearerCapability.GSM.Content.NonSpeech.DataProtocol
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol. setDuplexMode(MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode value)
Sets the value of the duplex mode.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode Constructor Description DataProtocol(MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Establishment establishment, MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR nIRR, MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Configuration configuration, MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode duplexMode, MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure structure, MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression compression)
Constructs a new DataProtocol object from given values for all fields.
-