Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.RPCause
-
Packages that use RPCause Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.events Provides event wrapper classes for the CAP v3 protocol.com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of RPCause in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type RPCause Modifier and Type Method Description int
CAP3Dialog. sendReleaseSMS(RPCause argument)
Issues a releaseSMS operation request on the dialog. -
Uses of RPCause in com.opencloud.slee.resources.cgin.cap_v3.events
Constructors in com.opencloud.slee.resources.cgin.cap_v3.events with parameters of type RPCause Constructor Description CAP3ReleaseSMSRequestEvent(CAP3Dialog dialog, TcapOperation operation, RPCause argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3ReleaseSMSRequestEvent -
Uses of RPCause in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return RPCause Modifier and Type Method Description RPCause
RPCause. clone()
Constructs a copy of this object and everything reachable from it.static RPCause
RPCause. copyOf(RPCause 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.RPCause
RPCause. setCauseValue(RPCause.CauseValue value)
Sets the value of the cause value.RPCause
RPCause. setDiagnostic(int value)
Sets the value of any diagnostic.RPCause
RPCause. setDiagnosticPresent(boolean flag)
Sets the presence or absence of the field Diagnostic.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type RPCause Modifier and Type Method Description static RPCause
RPCause. copyOf(RPCause 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.
-