Audio-Nav
Appendix 3 – Host API Library
Technical Manual
The content of this communication and/or document, including but not limited to images, specifications, designs, concepts and information is
confidential and is not to be used for any purpose or disclosed to a third party without the express and written consent of
Keymat Technology Ltd., Copyright 2015. All rights reserved.
1400 Series Audio-Nav Technical Manual Rev 1.5
www.storm-interface.com
Page 31 of 39
Message
Types
This
is
referenced
in
below
functions:
enum
REQUEST_TYPE{
// message types
DEVICE_STATUS = 1,
///Device status message
LED_BRIGHTNESS,
//< set led brightness
RESERVED_1,
///MID_RESERVED_6
RESERVED_2,
// MID_RESERVED_6
LOAD_NEW_TABLE,
//load new key code table
RESERVED_3,
// MID_RESERVED_6
KEYPAD_TYPE,
// set keypad type 0 - default table, 1 -
alternate 2- customise
RESERVED_4,
//MID_RESERVED_6
WRITE_DEFAULT,
// Write defaults values from ram to flash
RESET_TO_FACTORY_DEFAULT,
// reset the setting to factory default
RESERVED_5,
//MID_RESERVED_6
ENABLE_BSL,
//start downloader
RESERVED_6
//MID_RESERVED_6
}