The main interface class to the java program loader protocol. More...
#include <m_javaloader.h>


Public Member Functions | |
| bool | StopStream () |
| Must be called at the end of a JavaLoader session. | |
| void | GetScreenshot (JLScreenInfo &info, Data &image) |
| Downloads screenshot from device, and fills info with size data and the given Data buffer image with the bitmap. | |
The main interface class to the java program loader protocol.
To use this class, use the following steps:
Definition at line 220 of file m_javaloader.h.
| void Barry::Mode::JavaLoader::GetScreenshot | ( | JLScreenInfo & | info, | |
| Data & | image | |||
| ) |
Downloads screenshot from device, and fills info with size data and the given Data buffer image with the bitmap.
Definition at line 615 of file m_javaloader.cc.
References Barry::Packet::Command(), and Barry::Data::Zap().

| bool Barry::Mode::JavaLoader::StopStream | ( | ) |
Must be called at the end of a JavaLoader session.
The JL_GOODBYE command is sent to the device. When the device responds with RESET_REQUIRED the device reset command will be sent when the socket is closed.
Definition at line 474 of file m_javaloader.cc.
References Barry::Packet::Command().

1.7.1