Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI
-
Packages that use MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI 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.Access.O5a.O5b.LLI in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI Modifier and Type Method Description static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI. fromValue(int value)
Returns the enumeration constant for a given encoded value.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b. getLLI()
Gets the value of the logical link identifier negotiation.static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI[]
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI. 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.Access.O5a.O5b.LLI Modifier and Type Method Description MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b. setLLI(MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI value)
Sets the value of the logical link identifier negotiation.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI Constructor Description O5b(MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.InbandNegotiation inbandNegotiation, MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.Assigning assigning, MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI lLI, MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.Mode mode, MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.Multiframe multiframe, MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.RateAdaptHeader rateAdaptHeader)
Constructs a new O5b object from given values for all fields.
-