LibTmsApi  2.0.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BoapMcClientObject Class Reference

#include <BoapMc.h>

Public Member Functions

 BoapMcClientObject (BComms &comms)
 
virtual ~BoapMcClientObject ()
 
void setAddress (BUInt8 addressTo, BUInt8 addressFrom)
 
BUInt32 getApiVersion ()
 Returns the API version. More...
 

Protected Member Functions

BError performCall ()
 Performs a RPC call to the named service. More...
 
BError performSend ()
 Performs a send to the named service. More...
 
BError performRecv ()
 Performs a receive. More...
 

Protected Attributes

BUInt32 oapiVersion
 
BCommsocomms
 
BUInt8 oaddressTo
 
BUInt8 oaddressFrom
 
BoapMcPacket opacket
 

Constructor & Destructor Documentation

BoapMcClientObject::BoapMcClientObject ( BComms comms)
BoapMcClientObject::~BoapMcClientObject ( )
virtual

Member Function Documentation

BUInt32 BoapMcClientObject::getApiVersion ( )

Returns the API version.

BError BoapMcClientObject::performCall ( )
protected

Performs a RPC call to the named service.

BError BoapMcClientObject::performRecv ( )
protected

Performs a receive.

BError BoapMcClientObject::performSend ( )
protected

Performs a send to the named service.

void BoapMcClientObject::setAddress ( BUInt8  addressTo,
BUInt8  addressFrom 
)

Member Data Documentation

BUInt8 BoapMcClientObject::oaddressFrom
protected
BUInt8 BoapMcClientObject::oaddressTo
protected
BUInt32 BoapMcClientObject::oapiVersion
protected
BComms& BoapMcClientObject::ocomms
protected
BoapMcPacket BoapMcClientObject::opacket
protected

The documentation for this class was generated from the following files: