In file src/H_Socket.h:

class HSocServer


Public Methods

[more] HSocServer(short portno)
[more] ~HSocServer()
[more]int Recieve(void* buffer, int size, int *id)
[more]bool Send(void* buffer, int size, int id)
[more]bool Broadcast(void* buffer, int size)

Private Fields

[more]int s


Documentation

o HSocServer(short portno)

o ~HSocServer()

oint Recieve(void* buffer, int size, int *id)

obool Send(void* buffer, int size, int id)

obool Broadcast(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++.