Uses of Class
com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
Packages that use BinaryMsg
Package
Description
Contains classes related to binary message handling.
-
Uses of BinaryMsg in com.tccc.kos.commons.core.client.binarymsg
Methods in com.tccc.kos.commons.core.client.binarymsg that return BinaryMsgModifier and TypeMethodDescriptionBinaryMsgClientIface.msg(int apiNum) Create a newBinaryMsgwith the specified api number.Methods in com.tccc.kos.commons.core.client.binarymsg with parameters of type BinaryMsg -
Uses of BinaryMsg in com.tccc.kos.commons.core.service.blink.binarymsg
Methods in com.tccc.kos.commons.core.service.blink.binarymsg that return BinaryMsgModifier and TypeMethodDescriptionBinaryMsgIface.msg(int apiNum) Create an request message with the specified apiNum.BinaryMsgSession.msg(int ifaceNum, int apiNum) Return a new message instance that can be populated with data and sent to the client side of the session.BinaryMsgIface.sendAndRecv(BinaryMsg msg) Send a message to the attached client and wait for a response using the default timeout.BinaryMsgIface.sendAndRecv(BinaryMsg msg, int timeout) Send a message to the attached client and wait for a response using the specified timeout.BinaryMsgSession.sendAndRecv(BinaryMsg msg, int timeout) Send the specified message and wait for a response.Methods in com.tccc.kos.commons.core.service.blink.binarymsg with parameters of type BinaryMsgModifier and TypeMethodDescriptionvoidvoidCalled when a message is received.voidSend a message to the attached client without waiting for a response.voidSend the specified message without expecting any response.BinaryMsgIface.sendAndRecv(BinaryMsg msg) Send a message to the attached client and wait for a response using the default timeout.BinaryMsgIface.sendAndRecv(BinaryMsg msg, int timeout) Send a message to the attached client and wait for a response using the specified timeout.voidBinaryMsgIface.sendAndRecv(BinaryMsg msg, int timeout, BinaryMsgListener listener) Send a message to the attached client and send the response to the specified listener using the specified timeout.voidBinaryMsgIface.sendAndRecv(BinaryMsg msg, BinaryMsgListener listener) Send a message to the attached client and send the response to the specified listener with the default timeout.BinaryMsgSession.sendAndRecv(BinaryMsg msg, int timeout) Send the specified message and wait for a response.voidBinaryMsgSession.sendAndRecv(BinaryMsg msg, int timeout, BinaryMsgListener listener) Send the specified message and send the response to the listener.intBinaryMsgIface.sendAndRecvErr(BinaryMsg msg) Send a message to the attached client and wait for a response using the default timeout.intBinaryMsgIface.sendAndRecvErr(BinaryMsg msg, int timeout) Send a message to the attached client and wait for a response using the specified timeout.intBinaryMsgIface.sendAndRecvInt(BinaryMsg msg) Send a message to the attached client and wait for a response using the default timeout.intBinaryMsgIface.sendAndRecvInt(BinaryMsg msg, int timeout) Send a message to the attached client and wait for a response using the specified timeout.Constructors in com.tccc.kos.commons.core.service.blink.binarymsg with parameters of type BinaryMsgModifierConstructorDescriptionConstructs a new "binary msg: error" exception with the specified message.