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.RadioChannelReqMSBearerCapability.GSM.RadioChannelReq. DUAL_RATE_FULL_PREFERREDRadio channel requirement constant dual rate support MS/full rate preferred.static MSBearerCapability.GSM.RadioChannelReqMSBearerCapability.GSM.RadioChannelReq. DUAL_RATE_HALF_PREFERREDRadio channel requirement constant dual rate support MS/half rate preferred.static MSBearerCapability.GSM.RadioChannelReqMSBearerCapability.GSM.RadioChannelReq. FULL_RATERadio 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.RadioChannelReqMSBearerCapability.GSM.RadioChannelReq. fromValue(int value)Returns a RadioChannelReq for a particular integer value.MSBearerCapability.GSM.RadioChannelReqMSBearerCapability.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.GSMMSBearerCapability.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.
-