|
LBS C++ binding
Experimental automated C++ generation from LBS APIs defined in Franca IDL
|
Public Member Functions | |
| Session (const Session &c) | |
| Session & | operator= (const Session &c) |
| void | getVersion (Version &interfaceversion) |
| void | createSession (String clientApp, Handle &sessionHandle) |
| void | deleteSession (Handle sessionHandle) |
| void | getSessionStatus (Handle sessionHandle, SessionStatus &sessionStatus) |
| void | getAllSessions (std::vector< Session > &sessionsList) |
Public Attributes | |
| Handle | sessionHandle |
| String | clientApp |