UserIf Class Reference

List of all members.

Public Member Functions

int mainMenu ()
int showUser (ClientInfo *clientInfo, int len)
int chat (ClientInfo clientInfo, unsigned char *msg, int len)
int message (char *msg, int len)
int display (char *msg)

Member Function Documentation

int UserIf::chat ( ClientInfo  clientInfo,
unsigned char *  msg,
int  len 
)

chat : displays the cliendID and message

Not being used in current version

int UserIf::display ( char *  msg  ) 

display: to display null terminated string on display screen.

int UserIf::mainMenu (  ) 

mainMenu: displays the main menu

int UserIf::message ( char *  msg,
int  len 
)

message: to display a message stored in buffer of given len

int UserIf::showUser ( ClientInfo clientInfo,
int  len 
)

showUser: reads the client list and prints their id on UI screen

Parameters:
clientInfo pointer to client list
len number of clients in the list

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines

Generated on 2 Dec 2014 by  doxygen 1.6.1