Electronics and Software
Engineering Innovation
Beam-lib  2.15.1

#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::BoapMcClientObject ( BComms comms)

◆ ~BoapMcClientObject()

BoapMcClientObject::~BoapMcClientObject ( )
virtual

Member Function Documentation

◆ getApiVersion()

BUInt32 BoapMcClientObject::getApiVersion ( )

Returns the API version.

◆ performCall()

BError BoapMcClientObject::performCall ( )
protected

Performs a RPC call to the named service.

◆ performRecv()

BError BoapMcClientObject::performRecv ( )
protected

Performs a receive.

◆ performSend()

BError BoapMcClientObject::performSend ( )
protected

Performs a send to the named service.

◆ setAddress()

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

Member Data Documentation

◆ oaddressFrom

BUInt8 BoapMcClientObject::oaddressFrom
protected

◆ oaddressTo

BUInt8 BoapMcClientObject::oaddressTo
protected

◆ oapiVersion

BUInt32 BoapMcClientObject::oapiVersion
protected

◆ ocomms

BComms& BoapMcClientObject::ocomms
protected

◆ opacket

BoapMcPacket BoapMcClientObject::opacket
protected

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