Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.RadioChannelReq
-
Packages that use MSBearerCapability.GSM.RadioChannelReq 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.RadioChannelReq in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as MSBearerCapability.GSM.RadioChannelReq Modifier and Type Field Description static MSBearerCapability.GSM.RadioChannelReq
MSBearerCapability.GSM.RadioChannelReq. DUAL_RATE_FULL_PREFERRED
Radio channel requirement constant dual rate support MS/full rate preferred.static MSBearerCapability.GSM.RadioChannelReq
MSBearerCapability.GSM.RadioChannelReq. DUAL_RATE_HALF_PREFERRED
Radio channel requirement constant dual rate support MS/half rate preferred.static MSBearerCapability.GSM.RadioChannelReq
MSBearerCapability.GSM.RadioChannelReq. FULL_RATE
Radio channel requirement constant full rate support.Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.GSM.RadioChannelReq Modifier and Type Method Description static MSBearerCapability.GSM.RadioChannelReq
MSBearerCapability.GSM.RadioChannelReq. fromValue(int value)
Returns a RadioChannelReq for a particular integer value.MSBearerCapability.GSM.RadioChannelReq
MSBearerCapability.GSM. getRadioChannelReq()
Gets the value of the radio channel requirement.static MSBearerCapability.GSM.RadioChannelReq[]
MSBearerCapability.GSM.RadioChannelReq. namedValues()
Returns an array containing all of RadioChannelReq's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.RadioChannelReq Modifier and Type Method Description MSBearerCapability.GSM
MSBearerCapability.GSM. setRadioChannelReq(MSBearerCapability.GSM.RadioChannelReq value)
Sets the value of the radio channel requirement.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.RadioChannelReq Constructor Description GSM(MSBearerCapability.GSM.TransferMode transferMode, MSBearerCapability.GSM.RadioChannelReq radioChannelReq, MSBearerCapability.GSM.Content content)
Constructs a new GSM object from given values for all fields.
-