In file src/H_Socket.h:

class HSocClient


Public Methods

[more] HSocClient(const char *servername, short portno)
[more] ~HSocClient()
[more]void SetBlocking(bool IsBlocking)
[more]int Recieve(void* buffer, int size)
[more]bool Send(void* buffer, int size)

Private Fields

[more]int s


Documentation

o HSocClient(const char *servername, short portno)

o ~HSocClient()

ovoid SetBlocking(bool IsBlocking)

oint Recieve(void* buffer, int size)

obool Send(void* buffer, int size)

oint s


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.