Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

net::threebit::jvr::ms Class Reference

Inheritance diagram for net::threebit::jvr::ms:

net::threebit::jvr::jvr net::threebit::jvr::JvrJni net::threebit::jvr::JVRBaseClass List of all members.

Static Public Member Functions

native int open (String name, int flags) throws JVRException
native int close (int dev) throws JVRException
native int setevtmsk (int dev, int event, int bitmask, int action) throws JVRException
native int listen (int dev, SC_TSINFO tsinfo) throws JVRException
int listen (int dev, long ts) throws JVRException
native int unlisten (int dev) throws JVRException
native SC_TSINFO getxmitslot (int dev) throws JVRException
native int estconf (int dev, MS_CDT[] cdt, int attr) throws JVRException
native int delconf (int dev, int confID) throws JVRException
native long monconf (int dev, int confID) throws JVRException
native int unmonconf (int dev, int confID) throws JVRException
native int genring (int dev, int len, int mode) throws JVRException
native int stopfn (int dev, int func) throws JVRException
native void addtoconf (int dev, int conf, MS_CDT cdt) throws JVRException
native void remfromconf (int dev, int conf, MS_CDT cdt) throws JVRException
native long ATMS_TSSGBIT (int dev) throws JVRException
native int dsprescount (int dev) throws JVRException
native void setbrdparm (int dev, int param, Object value) throws JVRException
native void setcde (int dev, int confID, MS_CDT cdt) throws JVRException

Detailed Description

Java encapsulation of the Dialogic R4 Conferencing Software (functions matching ms_*).

Definition at line 28 of file ms.java.


Member Function Documentation

native void net::threebit::jvr::ms::addtoconf int  dev,
int  conf,
MS_CDT  cdt
throws JVRException [static]
 

ms_addtoconf <p/> Dialogic API Reference for this function: (win32,linux)

native long net::threebit::jvr::ms::ATMS_TSSGBIT int  dev  )  throws JVRException [static]
 

ATMS_TSSGBIT <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::close int  dev  )  throws JVRException [static]
 

ms_close. <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::delconf int  dev,
int  confID
throws JVRException [static]
 

ms_delconf. <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::dsprescount int  dev  )  throws JVRException [static]
 

ms_dsprescount <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::estconf int  dev,
MS_CDT[]  cdt,
int  attr
throws JVRException [static]
 

ms_estconf.

Instead of returning the success/error status, this method returns the new conference identifier. There is no loss of signalling because on an error condition, estconf() will throw an Exception.

Instead of stating the number of parties explicitely, it is implied by the length of the MS_CDT array <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::genring int  dev,
int  len,
int  mode
throws JVRException [static]
 

ms_genring. <p/> Dialogic API Reference for this function: (win32,linux)

native SC_TSINFO net::threebit::jvr::ms::getxmitslot int  dev  )  throws JVRException [static]
 

ms_getxmitslot. <p/> Dialogic API Reference for this function: (win32,linux)

int net::threebit::jvr::ms::listen int  dev,
long  ts
throws JVRException [inline, static]
 

Places the supplied timeslot value into a new SC_TSINFO object then calls the regular listen method.

Definition at line 70 of file ms.java.

References net::threebit::jvr::SC_TSINFO::add(), and listen().

native int net::threebit::jvr::ms::listen int  dev,
SC_TSINFO  tsinfo
throws JVRException [static]
 

ms_listen. <p/> Dialogic API Reference for this function: (win32,linux)

Referenced by listen().

native long net::threebit::jvr::ms::monconf int  dev,
int  confID
throws JVRException [static]
 

ms_monconf. <p/> Dialogic API Reference for this function: (win32,linux)

Instead of returning the success/error status, this method returns the XMIT timeslot of the conference. There is no loss of signalling because on an error condition, estconf() will throw an Exception.

native int net::threebit::jvr::ms::open String  name,
int  flags
throws JVRException [static]
 

ms_open. <p/> Dialogic API Reference for this function: (win32,linux)

native void net::threebit::jvr::ms::remfromconf int  dev,
int  conf,
MS_CDT  cdt
throws JVRException [static]
 

ms_remfromconf <p/> Dialogic API Reference for this function: (win32,linux)

native void net::threebit::jvr::ms::setbrdparm int  dev,
int  param,
Object  value
throws JVRException [static]
 

ms_setbrdparm <p/> Dialogic API Reference for this function: (win32,linux)

native void net::threebit::jvr::ms::setcde int  dev,
int  confID,
MS_CDT  cdt
throws JVRException [static]
 

ms_setcde <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::setevtmsk int  dev,
int  event,
int  bitmask,
int  action
throws JVRException [static]
 

ms_setevtmsk. <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::stopfn int  dev,
int  func
throws JVRException [static]
 

ms_stopfn. <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::unlisten int  dev  )  throws JVRException [static]
 

ms_unlisten. <p/> Dialogic API Reference for this function: (win32,linux)

native int net::threebit::jvr::ms::unmonconf int  dev,
int  confID
throws JVRException [static]
 

ms_unmonconf. <p/> Dialogic API Reference for this function: (win32,linux)


The documentation for this class was generated from the following file:
Generated on Sat Jul 16 03:47:44 2005 for JVR by doxygen 1.3.5