![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Socket i/o device. More...
#include <FXSocket.h>
Public Member Functions | |
| FXSocket () | |
| Construct socket. | |
| FXSocket (FXInputHandle h, FXuint m) | |
| Construct file and attach existing handle h. | |
| virtual FXbool | open (FXInputHandle h, FXuint m) |
| Open device with access mode and handle. | |
| virtual FXival | readBlock (void *data, FXival count) |
| Read block of bytes, returning number of bytes read. | |
| virtual FXival | writeBlock (const void *data, FXival count) |
| Write block of bytes, returning number of bytes written. | |
| virtual FXbool | close () |
| Close socket. | |
| virtual | ~FXSocket () |
| Destroy. | |
Socket i/o device.
|
|