Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression
-
Packages that use MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression 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.Compression in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression Modifier and Type Method Description static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression. fromValue(int value)
Returns the enumeration constant for a given encoded value.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol. getCompression()
Gets the value of the compression.static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression[]
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression. 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.Compression Modifier and Type Method Description MSBearerCapability.GSM.Content.NonSpeech.DataProtocol
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol. setCompression(MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression value)
Sets the value of the compression.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression 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.
-