This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Transaction< Class > Class Template Reference

Transaction< Class > Class Template Reference
[Platform]

Transaction class defines a transaction. More...

#include <Transaction.h>

Public Member Functions

Class * get_object ()
 Get object's instance for the transaction.
transaction_tget_transaction ()
 Get the transaction.

Detailed Description

template<typename Class>
class mbed::Transaction< Class >

Transaction class defines a transaction.

Synchronization level: Not protected

Definition at line 43 of file Transaction.h.