extmod/modwebsocket.h: Split websocket-related defines for reuse.
This commit is contained in:
5
extmod/modwebsocket.h
Normal file
5
extmod/modwebsocket.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#define FRAME_OPCODE_MASK 0x0f
|
||||
enum {
|
||||
FRAME_CONT, FRAME_TXT, FRAME_BIN,
|
||||
FRAME_CLOSE = 0x8, FRAME_PING, FRAME_PONG
|
||||
};
|
||||
Reference in New Issue
Block a user