#include <m_javaloader.h>
To use this class, use the following steps:
Definition at line 220 of file 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. |
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::JLPacket::Goodbye(), Barry::Controller::m_zero, and Barry::BadPacket::response().
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::JLPacket::GetData(), Barry::JLPacket::GetScreenshot(), and Barry::JLPacket::Size().