TDME2 1.9.121
Namespaces | Classes | Typedefs | Variables
tdme::os::network Namespace Reference

Namespaces

namespace  platform
 

Classes

class  KernelEventMechanism
 Interface to kernel event mechanismns. More...
 
class  Network
 Network class. More...
 
class  NetworkException
 Base exception class for network exceptions. More...
 
class  NetworkIOException
 Base exception class for network IO exceptions. More...
 
class  NetworkKEMException
 Kernel event mechanism exception class. More...
 
class  NetworkSocket
 Base class of network sockets. More...
 
class  NetworkSocketClosedException
 Network socket closed exception. More...
 
class  NetworkSocketException
 Socket exception class. More...
 
class  TCPSocket
 Class representing a TCP socket. More...
 
class  UDPSocket
 Class representing a UDP socket. More...
 

Typedefs

typedef uint8_t NIOInterest
 type definiton for network UI interest More...
 

Variables

const NIOInterest NIO_INTEREST_NONE = 0
 
const NIOInterest NIO_INTEREST_READ = 1
 
const NIOInterest NIO_INTEREST_WRITE = 2
 

Typedef Documentation

◆ NIOInterest

typedef uint8_t NIOInterest

type definiton for network UI interest

Definition at line 10 of file NIOInterest.h.

Variable Documentation

◆ NIO_INTEREST_NONE

const NIOInterest NIO_INTEREST_NONE = 0

Definition at line 11 of file NIOInterest.h.

◆ NIO_INTEREST_READ

const NIOInterest NIO_INTEREST_READ = 1

Definition at line 12 of file NIOInterest.h.

◆ NIO_INTEREST_WRITE

const NIOInterest NIO_INTEREST_WRITE = 2

Definition at line 13 of file NIOInterest.h.