Uses of Class
com.opencloud.slee.resources.cgin.map.MAPGuidanceInfo
-
Packages that use MAPGuidanceInfo 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. -
-
Uses of MAPGuidanceInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPGuidanceInfo Modifier and Type Method Description static MAPGuidanceInfo
MAPGuidanceInfo. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.static MAPGuidanceInfo
MAPGuidanceInfo. valueOf(String name)
Returns the enum constant of this type with the specified name.static MAPGuidanceInfo[]
MAPGuidanceInfo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPGuidanceInfo Modifier and Type Method Description int
MAPDialog. sendGetPassword(int linkedId, long timeout, MAPGuidanceInfo argument)
Issues a getPassword_v1 operation request on the dialog. -
Uses of MAPGuidanceInfo in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPGuidanceInfo Constructor Description MAPGetPasswordRequestEvent(MAPDialog dialog, TcapOperation operation, MAPGuidanceInfo argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPGetPasswordRequestEvent
-