|
Public Member Functions |
| EmulatorUtil () |
virtual String * | connectToEmulator (String *com, bool highspeed) |
void | closeAll () |
virtual unsigned char | readBlock (int start, int length, int counter __gc[]) __gc[] |
virtual bool | sendBlock (unsigned char command, unsigned char bytes __gc[], int start, int counter __gc[], int returnOk) |
virtual bool | writeInitialBlock (unsigned char bytes __gc[], int start, int counter __gc[]) |
virtual bool | writeHiddenBlock (unsigned char bytes __gc[], int start, int counter __gc[]) |
virtual int | getNumIterations (unsigned char bytes __gc[]) |
Static Public Attributes |
static int | DEVICE_OSTRICH = 0 |
static int | DEVICE_ROMULATOR = 1 |
Protected Member Functions |
void | eventThread () |
void | readPreferences () |
String * | getVersion (unsigned char bytes __gc[]) |
String * | connectToOstrich (bool highspeed) |
String * | connectToRomulator () |
unsigned char | connectAtBaud (SerialPorts::LineSpeed baud, int tries) __gc[] |
bool | sendSetupByte (int baudset, int tries) |
void | prop_Changed (Object *sender, PropertyEventArgs *pe) |
Protected Attributes |
bool | sending |
bool | lookforconnect |
bool | runthread |
int | device |
Static Protected Attributes |
static int | DEVICE_MAX = 1 |