Registers are the third of the 4 kinds of data exchanged
Registers are defined as (Identifier, value). Identifier are one positive byte integers and values are hexadecimal bytes
Registers are mapped with RAM positions of the microcontroller
Registers flow is from microcontroller to server as well as from server to controller
Registers values coming from stations are forwarded by the standard server application to a specific application thru a new (IP address, UDP port) and can typically be used to develop specific code
Registers values coming from the server automatically update the mapped RAM position of the microcontroller and are typically used to change the microcontroller state
Typically an Registers is a microcontroller internal flag