RconClient.send

Sends a packet back using the given request id.

  1. ptrdiff_t send(ubyte[4] request_id, int id, ubyte[] payload)
    class RconClient
    shared
    ptrdiff_t
    send
    (
    ubyte[4] request_id
    ,
    int id
    ,
    ubyte[] payload = []
    )
  2. ptrdiff_t send(const(void)[] data)

Meta