|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.message.Request
onbon.bx06.message.tcp.AbstractTcpReq
onbon.bx06.message.tcp.EthernetSetMAC
onbon.bx06.cmd.tcp.SetupMACCmd
public final class SetupMACCmd
设置 MAC 位址。
Field Summary |
---|
Fields inherited from class onbon.bx06.message.tcp.EthernetSetMAC |
---|
ID, mac |
Fields inherited from class onbon.bx06.message.Request |
---|
cmd, cmdGroup, rtnReq |
Constructor Summary | |
---|---|
SetupMACCmd()
建构子。 |
|
SetupMACCmd(byte[] mac)
建构子。 |
Method Summary | |
---|---|
Bx6GResponseCmd<onbon.bx06.message.global.ACK> |
accept(Bx6GController controller)
利用指定控制器进行请求发送与回应处理。 |
Methods inherited from class onbon.bx06.message.tcp.EthernetSetMAC |
---|
getDataLen, getMac, setMac |
Methods inherited from class onbon.bx06.message.Request |
---|
getCmd, getCmdGroup, getRtnReq, setCmd, setCmdGroup, setRtnReq |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetupMACCmd()
public SetupMACCmd(byte[] mac)
mac
- MAC 位址。Method Detail |
---|
public Bx6GResponseCmd<onbon.bx06.message.global.ACK> accept(Bx6GController controller)
Bx6GRequestCmd
accept
in interface Bx6GRequestCmd<onbon.bx06.message.global.ACK>
controller
- 控制器。
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |