org.nukesoft.bot2.core
Class DMConfig.CPConfig

java.lang.Object
  |
  +--org.nukesoft.bot2.core.DMConfig.CPConfig
Enclosing class:
DMConfig

public class DMConfig.CPConfig
extends Object

The CPConfig class is used by the DialogManager to configure a CommPort.

Author:
Ryan Michela

Constructor Summary
DMConfig.CPConfig(String bindName, String loggin, String password, String libPath, int pingDelay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMConfig.CPConfig

public DMConfig.CPConfig(String bindName,
                         String loggin,
                         String password,
                         String libPath,
                         int pingDelay)