Project NSCpp.
More...
#include <NSC.h>
#include "ClientPP.h"
#include <queue>
#include <shared_mutex>
Go to the source code of this file.
Project NSCpp.
- Author
- Thomas K/BIDI
- Version
- 2.0
◆ ChannelState
Channel's state, tells if the channel can receive data.
| Enumerator |
|---|
| Active | |
| Inactive | |
◆ ChannelType
Can be used with | operator to combine them.
| Enumerator |
|---|
| SLEEPING | Sleeping Channel (can't receive any message)
|
| DATA | Receive the message send by a client.
|
| METADATA | Receive METADATA on the communication (Conn., Disconn.)
|
| GLOBAL | Bypass the key system and get every message send to the server.
|
◆ hasType()
Let you verify if a Channel have a given type easily.
◆ operator|()