TDME2 1.9.121
NIOInterest.h
Go to the documentation of this file.
1#pragma once
2
3namespace tdme {
4namespace os {
5namespace network {
6
7/**
8 * @brief type definiton for network UI interest
9 */
10typedef 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 definiton for network UI interest
Definition: NIOInterest.h:10
const NIOInterest NIO_INTEREST_WRITE
Definition: NIOInterest.h:13
Definition: fwd-tdme.h:4