mg_printf_websocket_frame.md 399 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
---
title: "mg_printf_websocket_frame()"
decl_name: "mg_printf_websocket_frame"
symbol_kind: "func"
signature: |
  void mg_printf_websocket_frame(struct mg_connection *nc, int op_and_flags,
                                 const char *fmt, ...);
---

Alexander Alashkin's avatar
Alexander Alashkin committed
10
Send websocket frame to the remote end.
11

Alexander Alashkin's avatar
Alexander Alashkin committed
12
Like `mg_send_websocket_frame()`, but allows to create formatted message
13 14
with `printf()`-like semantics.