Contains the values of the opcodes that denotes the frame type of the WebSocket frame.
| Member Name | Description |
|---|---|
| BINARY | Equivalent to numeric value 2. Indicates a binary frame. |
| CLOSE | Equivalent to numeric value 8. Indicates a connection close frame. |
| CONT | Equivalent to numeric value 0. Indicates a continuation frame. |
| PING | Equivalent to numeric value 9. Indicates a ping frame. |
| PONG | Equivalent to numeric value 10. Indicates a pong frame. |
| TEXT | Equivalent to numeric value 1. Indicates a text frame. |