com.avaya.jtapi.tsapi
Class Q931UserToUserInfo

java.lang.Object
  extended by com.avaya.jtapi.tsapi.UserToUserInfo
      extended by com.avaya.jtapi.tsapi.Q931UserToUserInfo

public final class Q931UserToUserInfo
extends UserToUserInfo

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'.

See Also:
UserToUserInfo, LucentCallInfo

Field Summary
 
Fields inherited from class com.avaya.jtapi.tsapi.UserToUserInfo
data, type
 
Constructor Summary
Q931UserToUserInfo(byte[] _data)
          construct a Q931UserToUserInfo object from a byte array.
 
Method Summary
 
Methods inherited from class com.avaya.jtapi.tsapi.UserToUserInfo
getBytes, getString, isAscii
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Q931UserToUserInfo

public Q931UserToUserInfo(byte[] _data)
construct a Q931UserToUserInfo object from a byte array.



Copyright © 2006 Avaya All Rights Reserved.