Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXSocket.h>
Inheritance diagram for FX::FXSocket:
Public Member Functions | |
FXSocket () | |
FXSocket (FXInputHandle handle, FXuint mode) | |
virtual bool | open (FXInputHandle handle, FXuint mode) |
virtual FXival | readBlock (void *data, FXival count) |
virtual FXival | writeBlock (const void *data, FXival count) |
virtual bool | close () |
virtual | ~FXSocket () |
|
Construct socket.
|
|
Construct file and attach existing handle h.
|
|
Destroy.
|
|
Open device with access mode and handle.
Reimplemented from FX::FXIO. |
|
Read block of bytes, returning number of bytes read.
Reimplemented from FX::FXIO. |
|
Write block of bytes, returning number of bytes written.
Reimplemented from FX::FXIO. |
|
Close socket.
Reimplemented from FX::FXIO. |
Copyright © 1997-2005 Jeroen van der Zijp |