⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calldata.java

📁 jtapi for telephone
💻 JAVA
字号:
package net.sourceforge.gjtapi.raw.remote.corba;

/**
* com/uforce/jtapi/generic/raw/remote/corba/CallData.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from CorbaProvider.idl
* Thursday, November 16, 2000 1:38:18 o'clock PM EST
*/

public final class CallData implements org.omg.CORBA.portable.IDLEntity
{
  public int callId = (int)0;
  public int state = (int)0;
  public net.sourceforge.gjtapi.raw.remote.corba.ConnectionData connections[] = null;

  public CallData ()
  {
  } // ctor      
  public CallData (int _callId, int _state, net.sourceforge.gjtapi.raw.remote.corba.ConnectionData[] _connections)
  {
	callId = _callId;
	state = _state;
	connections = _connections;
  } // ctor        
} // class CallData

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -