58 05 => The expected number of bytes of data to be received through the <b>ISR</b> (Interrupt Service Routine) receive buffer (FH_UART01_ReceiveBuf) of the <b>UART 01</b>
59 00 00 0B B8 => Example data (0x00000BB8 mili-seconds) as timeout of receiving the expected number of bytes
60 FH_GlobalTimeCounter which is a global variable is utilized to calculate the timeout
61 FH_GlobalTimeCounter shall be incremented every <b>1 mili-second</b> in an interested timer <b>ISR</b> (Interrupt Service Routine) by <b>FH</b> user
62 For this to happen, <b>FH_GlobalTimerCount.h</b> shall be included in the interested timer <b>ISR</b> (Interrupt Service Routine) file
63 If the expected number of bytes are received, the function does not wait anymore for the remaining time of the timeout
64 DeviceAddress_01 => It shall be equal to the address of the device: FH_RFCommunication_DeviceAddress
65 Function_UART => It is the function in the message frame
66 UART_Commands_ReceiveW => It is the command of the function in the message frame