Public Member Functions | |
bool | sendBytes (ByteArray &buffer) |
Method used by send message interface method. This should be overridden for the specific connection type. |
bool TestClient::sendBytes | ( | ByteArray & | buffer | ) | [inline, virtual] |
Method used by send message interface method. This should be overridden for the specific connection type.
data | to send. |
Implements industrial::smpl_msg_connection::SmplMsgConnection.