Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
ws_state_s Struct Reference

#include <inspector_socket.h>

Collaboration diagram for ws_state_s:
[legend]

Data Fields

uv_alloc_cb alloc_cb
 
uv_read_cb read_cb
 
inspector_cb close_cb
 
bool close_sent
 
bool received_close
 

Detailed Description

Definition at line 43 of file inspector_socket.h.

Field Documentation

◆ alloc_cb

uv_alloc_cb alloc_cb

◆ close_cb

inspector_cb close_cb

Definition at line 46 of file inspector_socket.h.

Referenced by node::inspector::inspector_close().

◆ close_sent

bool close_sent

Definition at line 47 of file inspector_socket.h.

Referenced by node::inspector::inspector_read_start().

◆ read_cb

uv_read_cb read_cb

◆ received_close

bool received_close

Definition at line 48 of file inspector_socket.h.


The documentation for this struct was generated from the following file: