TDME2  1.9.200
NIOInterest.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace tdme {
4 namespace os {
5 namespace network {
6 
7 /**
8  * @brief type definition for network IO interest
9  */
10 typedef uint8_t NIOInterest;
14 
15 }
16 }
17 }
const NIOInterest NIO_INTEREST_NONE
Definition: NIOInterest.h:11
const NIOInterest NIO_INTEREST_READ
Definition: NIOInterest.h:12
uint8_t NIOInterest
type definition for network IO interest
Definition: NIOInterest.h:10
const NIOInterest NIO_INTEREST_WRITE
Definition: NIOInterest.h:13
Definition: fwd-tdme.h:4