Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendIdentificationArgSeq
-
Packages that use MAPSendIdentificationArgSeq Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPSendIdentificationArgSeq in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSendIdentificationArgSeq in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description classMAPSendIdentificationArgAPI for MAP-MS-DataTypes.SendIdentificationArg.Methods in com.opencloud.slee.resources.cgin.map that return MAPSendIdentificationArgSeq Modifier and Type Method Description MAPSendIdentificationArgSeqMAPSendIdentificationArgSeq. clone()Constructs a copy of this object and everything reachable from it.static MAPSendIdentificationArgSeqMAPSendIdentificationArgSeq. copyOf(MAPSendIdentificationArgSeq 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.MAPSendIdentificationArgSeqMAPSendIdentificationArgSeq. setTmsi(byte[] value)Sets the value of the field tmsi.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendIdentificationArgSeq Modifier and Type Method Description static MAPSendIdentificationArgMAPSendIdentificationArg. copyOf(MAPSendIdentificationArgSeq 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.static MAPSendIdentificationArgSeqMAPSendIdentificationArgSeq. copyOf(MAPSendIdentificationArgSeq 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.intMAPDialog. sendSendIdentification(long timeout, MAPSendIdentificationArgSeq argument)Issues a sendIdentification operation request on the dialog. -
Uses of MAPSendIdentificationArgSeq in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendIdentificationArgSeq Constructor Description MAPSendIdentificationRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSendIdentificationArgSeq argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendIdentificationRequestEvent -
Uses of MAPSendIdentificationArgSeq in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendIdentificationArgSeq Modifier and Type Field Description static PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArgSeq,MAPProto.MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeq>MAPCodecs. MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeqSingleton codec for the ASN.1 type: MAP-MobileServiceOperations-R98.sendIdentification.SendIdentificationArgSeqstatic PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArgSeq,MAPProto.MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeq>MAPCodecs. MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeqSingleton codec for the ASN.1 type: MAP-MobileServiceOperations-R98.sendIdentification.SendIdentificationArgSeqstatic PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArg,MAPProto.MAP_MS_DataTypes_SendIdentificationArg>MAPCodecs. MAP_MS_DataTypes_SendIdentificationArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes.SendIdentificationArg
-