|
FAST.Framework
1.0.0
|
#include <FClient.h>


Public Member Functions | |
| FClient (const FClient &)=delete | |
| Delete copy constructor. | |
| FClient (FClient &&)=delete | |
| Delete copy constructor. | |
| FClient ()=delete | |
| Delete copy constructor. | |
| FClient & | operator= (const FClient &)=delete |
| Delete copy operator. | |
| FClient (const FString &server, UInt port) | |
| Constructor of client object. | |
| virtual | ~FClient () |
| Destroy socket object. | |
| Boolean | Connect () |
| Connect to the server. | |
| FString | Read () const |
| Read from a file descriptor. | |
| UInt | Write (const FString &string) const |
| Write to a file descriptor. | |
| Boolean | Close () const |
| Close the connection to the server. | |
| const type_info & | GetType () override |
| Returns the type info over object. | |
| FString | GetName () const override |
| Returns the name of object. | |
Public Member Functions inherited from FObject | |
| FObject ()=default | |
| Constructor. | |
| virtual | ~FObject ()=default |
| Destructor. | |
Implements the Berkeley clients interface