Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRadioResource
-
Packages that use MAPRadioResource Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPRadioResource in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRadioResource Modifier and Type Method Description MAPRadioResourceMAPRadioResource. clone()Constructs a copy of this object and everything reachable from it.static MAPRadioResourceMAPRadioResource. copyOf(MAPRadioResource from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPRadioResource[]MAPForwardAccessSignalling_Arg_v3. getRadioResourceList()Gets the value of the field radioResourceList.MAPRadioResource[]MAPPrepareHO_Arg_v3. getRadioResourceList()Gets the value of the field radioResourceList.MAPRadioResourceMAPRadioResource. setRab_Id(int value)Sets the value of the field rab-Id and marks the field as present.MAPRadioResourceMAPRadioResource. setRadioResourceInformation(byte[] value)Sets the value of the field radioResourceInformation.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRadioResource Modifier and Type Method Description static MAPRadioResourceMAPRadioResource. copyOf(MAPRadioResource from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPForwardAccessSignalling_Arg_v3MAPForwardAccessSignalling_Arg_v3. setRadioResourceList(MAPRadioResource[] value)Sets the value of the field radioResourceList.MAPPrepareHO_Arg_v3MAPPrepareHO_Arg_v3. setRadioResourceList(MAPRadioResource[] value)Sets the value of the field radioResourceList. -
Uses of MAPRadioResource in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRadioResource Modifier and Type Field Description static PersistCodec<MAPRadioResource,MAPRadioResource,MAPProto.MAP_MS_DataTypes_RadioResource>MAPCodecs. MAP_MS_DataTypes_RadioResourceSingleton codec for the ASN.1 type: MAP-MS-DataTypes.RadioResourcestatic PersistCodec<MAPRadioResource,MAPRadioResource,MAPProto.MAP_MS_DataTypes_RadioResource>MAPCodecs. MAP_MS_DataTypes_RadioResourceSingleton codec for the ASN.1 type: MAP-MS-DataTypes.RadioResource
-