tcMenuJavaAPI
Public Attributes | List of all members
com.thecoderscorner.menu.remote.commands.MenuCommandType Interface Reference

Public Attributes

MessageField JOIN = new MessageField('N', 'J')
 
MessageField PAIRING_REQUEST = new MessageField('P', 'R')
 
MessageField HEARTBEAT = new MessageField('H', 'B')
 
MessageField BOOTSTRAP = new MessageField('B', 'S')
 
MessageField ANALOG_BOOT_ITEM = new MessageField('B', 'A')
 
MessageField ACTION_BOOT_ITEM = new MessageField('B', 'C')
 
MessageField SUBMENU_BOOT_ITEM = new MessageField('B', 'M')
 
MessageField ENUM_BOOT_ITEM = new MessageField('B', 'E')
 
MessageField BOOLEAN_BOOT_ITEM = new MessageField('B', 'B')
 
MessageField TEXT_BOOT_ITEM = new MessageField('B', 'T')
 
MessageField RUNTIME_LIST_BOOT = new MessageField('B', 'L')
 
MessageField BOOT_SCROLL_CHOICE = new MessageField('B', 'Z')
 
MessageField BOOT_RGB_COLOR = new MessageField('B', 'K')
 
MessageField LARGE_NUM_BOOT_ITEM = new MessageField('B', 'N')
 
MessageField FLOAT_BOOT_ITEM = new MessageField('B', 'F')
 
MessageField REMOTE_BOOT_ITEM = new MessageField('B', 'R')
 
MessageField ACKNOWLEDGEMENT = new MessageField('A', 'K')
 
MessageField CHANGE_INT_FIELD = new MessageField('V', 'C')
 
MessageField DIALOG_UPDATE = new MessageField('D', 'M')
 

Detailed Description

Here all the inbuilt types of messages that can be sent to and from the server are listed out.

Member Data Documentation

◆ ACKNOWLEDGEMENT

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.ACKNOWLEDGEMENT = new MessageField('A', 'K')

◆ ACTION_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.ACTION_BOOT_ITEM = new MessageField('B', 'C')

◆ ANALOG_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.ANALOG_BOOT_ITEM = new MessageField('B', 'A')

◆ BOOLEAN_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.BOOLEAN_BOOT_ITEM = new MessageField('B', 'B')

◆ BOOT_RGB_COLOR

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.BOOT_RGB_COLOR = new MessageField('B', 'K')

◆ BOOT_SCROLL_CHOICE

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.BOOT_SCROLL_CHOICE = new MessageField('B', 'Z')

◆ BOOTSTRAP

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.BOOTSTRAP = new MessageField('B', 'S')

◆ CHANGE_INT_FIELD

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.CHANGE_INT_FIELD = new MessageField('V', 'C')

◆ DIALOG_UPDATE

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.DIALOG_UPDATE = new MessageField('D', 'M')

◆ ENUM_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.ENUM_BOOT_ITEM = new MessageField('B', 'E')

◆ FLOAT_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.FLOAT_BOOT_ITEM = new MessageField('B', 'F')

◆ HEARTBEAT

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.HEARTBEAT = new MessageField('H', 'B')

◆ JOIN

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.JOIN = new MessageField('N', 'J')

◆ LARGE_NUM_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.LARGE_NUM_BOOT_ITEM = new MessageField('B', 'N')

◆ PAIRING_REQUEST

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.PAIRING_REQUEST = new MessageField('P', 'R')

◆ REMOTE_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.REMOTE_BOOT_ITEM = new MessageField('B', 'R')

◆ RUNTIME_LIST_BOOT

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.RUNTIME_LIST_BOOT = new MessageField('B', 'L')

◆ SUBMENU_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.SUBMENU_BOOT_ITEM = new MessageField('B', 'M')

◆ TEXT_BOOT_ITEM

MessageField com.thecoderscorner.menu.remote.commands.MenuCommandType.TEXT_BOOT_ITEM = new MessageField('B', 'T')

The documentation for this interface was generated from the following file: