RPCProcessor.sendRawPacket

Sends a raw JSON object to the other RPC side.

  1. void sendRawPacket(const(char)[] rawJson)
    class RPCProcessor
    void
    sendRawPacket
    (
    scope const(char)[] rawJson
    )
  2. void sendRawPacket(const(char)[][] parts)

Meta