I am working on a Modbus slave however I have a problem in understanding the GetLastIncoming() macro
First this macro is not in the wiki

secondly it seems it can index 4 bytes (0-3 shown in the parameters) and it returns a number
I assume the returned number is how many bytes was read from the Incoming transaction,
so if the master send Slave Address ,Command action(read coils etc) and Address of the command action it would return value 3 and the macro will have data in index 0, index 1 and index 2
my issue is now how to access the index bytes ?

please help me understand this it is quite urgent Please
