Efl.Net.Dialer_Websocket.text_send

Description

Sends an UTF-8 TEXT (opcode=0x1) to the server.

The message text will be delivered as a single entity to the remote peer.

The text is copied into a local buffer. No references are kept after this method returns.

Signature

text_send {
    params {
        @in text: string;
    }
}

C signature

void efl_net_dialer_websocket_text_send(Eo *obj, const char *text);

Parameters

  • text (in) - Text to send

Implemented by