nettobac  0.0.0
Network features for FreeBASIC code
nettobac.bi File Reference

Delarations for the nettobac classes. More...

Include dependency graph for nettobac.bi:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  n2bConnection
 The connections class, providing nPut / nGet More...
 
class  n2bFactory
 Utility class to handle n2bConnection pointers, providing nClose More...
 
class  nettobacClient
 The client class, providing nOpen More...
 
class  nettobacServer
 The server class, providing nOpen More...
 

Typedefs

typedef n2bConnectionn2bConnection_PTR
 

Detailed Description

Delarations for the nettobac classes.

This file contains the declarations for the classes, designed to handle network client and server connections.

Copyright (C) LGPLv2.1, see ReadMe.md for details.

Since
0.0.0

Definition in file nettobac.bi.

Typedef Documentation

Definition at line 42 of file nettobac.bi.