jp.go.aist.rtm.RTC.port
クラス ConnectorDataListenerType

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.port.ConnectorDataListenerType

public class ConnectorDataListenerType
extends java.lang.Object

The types of ConnectorDataListener


フィールドの概要
static int CONNECTOR_DATA_LISTENER_NUM
           
static int ON_BUFFER_FULL
           
static int ON_BUFFER_OVERWRITE
           
static int ON_BUFFER_READ
           
static int ON_BUFFER_WRITE
           
static int ON_BUFFER_WRITE_TIMEOUT
           
static int ON_RECEIVED
           
static int ON_RECEIVER_ERROR
           
static int ON_RECEIVER_FULL
           
static int ON_RECEIVER_TIMEOUT
           
static int ON_SEND
           
 
コンストラクタの概要
ConnectorDataListenerType()
           
 
メソッドの概要
static java.lang.String toString(int type)
           Convert ConnectorDataListenerType into the string.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ON_BUFFER_WRITE

public static final int ON_BUFFER_WRITE
関連項目:
定数フィールド値

ON_BUFFER_FULL

public static final int ON_BUFFER_FULL
関連項目:
定数フィールド値

ON_BUFFER_WRITE_TIMEOUT

public static final int ON_BUFFER_WRITE_TIMEOUT
関連項目:
定数フィールド値

ON_BUFFER_OVERWRITE

public static final int ON_BUFFER_OVERWRITE
関連項目:
定数フィールド値

ON_BUFFER_READ

public static final int ON_BUFFER_READ
関連項目:
定数フィールド値

ON_SEND

public static final int ON_SEND
関連項目:
定数フィールド値

ON_RECEIVED

public static final int ON_RECEIVED
関連項目:
定数フィールド値

ON_RECEIVER_FULL

public static final int ON_RECEIVER_FULL
関連項目:
定数フィールド値

ON_RECEIVER_TIMEOUT

public static final int ON_RECEIVER_TIMEOUT
関連項目:
定数フィールド値

ON_RECEIVER_ERROR

public static final int ON_RECEIVER_ERROR
関連項目:
定数フィールド値

CONNECTOR_DATA_LISTENER_NUM

public static final int CONNECTOR_DATA_LISTENER_NUM
関連項目:
定数フィールド値
コンストラクタの詳細

ConnectorDataListenerType

public ConnectorDataListenerType()
メソッドの詳細

toString

public static java.lang.String toString(int type)
Convert ConnectorDataListenerType into the string.

Convert ConnectorDataListenerType into the string.

パラメータ:
type - type The target ConnectorDataListenerType for transformation
戻り値:
Trnasformation result of string representation