AsyncSocket.sendMessage

Submits an asynchronous request on this socket to send a message. Upon successful transmission onSend will be called.

  1. void sendMessage(NetworkMessage* message, AsyncSendRequest.OnComplete onSend)
  2. void sendMessage(NetworkMessage message, AsyncSendRequest.OnComplete onSend)
    class AsyncSocket
    nothrow
    void
    sendMessage

Meta