Set Language; Send Menu Command - Honeywell 8680i User Manual

Wearable mini mobile computer
Hide thumbs Also See for 8680i:
Table of Contents

Advertisement

Send Menu Command

#define CMD_SYN_M
#define CMD_RAM
std::string cmd = "BT_NAM?";
cmd = CMD_SYN_M + cmd + CMD_RAM;
SendMenuCmdWithWifi(connID, cmd.c_str());
// Retrieve the menu command result in the callback function
void OnSendMenuCmd(const MenuCmdResponse &resp)
{
}
Configure Screen Layout

Set Language

SetLanguageWithWifi(connID, loCyrillic_WiFi); // Set the scanner to be ready to
show Cyrillic
Set Display Text
SetDisplayTextWithWifi(connID, UpLine_WiFi, "Welcome");
the up line
SetDisplayTextWithWifi(connID, BottomLine_WiFi, "Bad Code"); // Show 'Bad Code'
at the bottom line
Set Text Color
// Show the background color in Red
SetDisplayColorWithWifi(connID, BgColor_WiFi, Red_WiFi);
// Show the foreground color of the up line in Green
SetDisplayColorWithWifi(connID, FgColorUpLine_WiFi, Green_WiFi);
// Show the background color in yellow
SetDisplayColorHexWithWifi(connID, BgColor_WiFi, "ffff00");
// Show the foreground color of the up line in brown
SetDisplayColorHexWithWifi(connID, FgColorUpLine_WiFi, "800000");
8680i WiFi SDK User Guide
"\x16\x4d\x0d"
"\x21" // !
std::string str((char*)resp.response, resp.length);
OutputMenuCmdResponse(str);
// Show 'Welcome' at
29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents