public class OLAConnectionHandle
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OLAConnectionHandle(java.lang.String eyeCatcher,
boolean active,
long address,
int lscbAddress,
long state,
boolean valid)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object thatObject) |
long |
get_address() |
java.lang.String |
get_ahdleye() |
long |
get_lscb() |
long |
get_state()
Gets the state of the connection handle
|
java.lang.String |
get_stateString()
Returns the string corresponding to the state
of the connection handle.
|
boolean |
is_ahdlflg_active() |
boolean |
is_valid() |
public OLAConnectionHandle(java.lang.String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid)
public java.lang.String get_ahdleye()
public boolean is_ahdlflg_active()
public long get_address()
public long get_lscb()
public long get_state()
public java.lang.String get_stateString()
public boolean is_valid()
public boolean equals(java.lang.Object thatObject)
equals
in class java.lang.Object