|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaya.jtapi.tsapi.ASN1
com.avaya.jtapi.tsapi.ASNSequence
com.avaya.jtapi.tsapi.LucentPrivateData
com.avaya.jtapi.tsapi.UserToUserInfo
com.avaya.jtapi.tsapi.Q931UserToUserInfo
User-to-user information used specifically for a Q.931/I.451 User-Network Call Control Message. This form of UUI can be used to send commands out to an ISDN network, and subsequently to an SS7 network if an ISDN/SS7 gateway is used.
An object of this type is initialized with a byte array value (see constructor) and its value may be retrieved as a byte array (see UserToUserInfo).
This information, when available, is obtained via the LucentCallInfo.getUserToUserInfo() method. An instance so acquired may be classified using 'instanceof'.
UserToUserInfo
,
LucentCallInfo
Constructor Summary | |
Q931UserToUserInfo(byte[] _data)
construct a Q931UserToUserInfo object from a byte array. |
Methods inherited from class com.avaya.jtapi.tsapi.UserToUserInfo |
decode, getBytes, getString, isAscii |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Q931UserToUserInfo(byte[] _data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |