botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework

Create a new unconnected proxied client. More...

Create a new unconnected proxied client.

Synopsis:
#include "botsense/BotSense.h"
#include "botsense/libBotSense.h"

BsClient_P * bsClientNew( const char *sClientName );

Description:

Parameters
sClientNameProxied client (robot)'s name.
Returns
Returns pointer to new client on success. Else returns NULL.