|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.Bx6GController
onbon.bx06.Bx6GControllerServer
public final class Bx6GControllerServer
BX6G TCP 服務器控制器。
Nested Class Summary |
---|
Nested classes/interfaces inherited from class onbon.bx06.Bx6GController |
---|
Bx6GController.RunMode |
Field Summary |
---|
Fields inherited from class onbon.bx06.Bx6GController |
---|
bx6Card, header, pingStatus, screenProfile, series, TIMEOUT |
Method Summary | |
---|---|
void |
disconnect()
中断连线。 |
String |
getName()
取得名称。 |
String |
getNetId()
取得 Net 编号。 |
Bx6GController.RunMode |
getRunMode()
取得运行模式。 |
boolean |
isConnected()
取得是否连线。 |
byte[] |
send(onbon.bx06.message.Bx06MessageHeader header,
onbon.bx06.message.Request req,
String uiaID)
执行命令。 |
byte[] |
send(onbon.bx06.message.Request req,
String uiaID)
执行命令。 |
Methods inherited from class onbon.bx06.Bx6GController |
---|
createFileReader, createFileReader, createFileWriter, createFileWriter, execute, execute, genTxId, getControllerAddress, getHeader, getOutputBuffer, getScreenProfile, getSeries, isConfigured, ping, setControllerAddress, toString, updatePingStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getNetId()
public String getName()
Bx6GController
getName
in class Bx6GController
public boolean isConnected()
Bx6GController
isConnected
in class Bx6GController
public Bx6GController.RunMode getRunMode()
Bx6GController
getRunMode
in class Bx6GController
public void disconnect()
Bx6GController
disconnect
in class Bx6GController
public byte[] send(onbon.bx06.message.Bx06MessageHeader header, onbon.bx06.message.Request req, String uiaID)
Bx6GController
send
in class Bx6GController
header
- 讯息表头。req
- 命令。uiaID
- 命令编号。
public byte[] send(onbon.bx06.message.Request req, String uiaID)
Bx6GController
send
in class Bx6GController
req
- 命令。uiaID
- 命令编号。
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |