This is sent once, after connection with the server, to pass data regarding the device to the server, which includes the heartbeat interval.
The heartbeat is a BLYNK_CMD_PING which is enumerated as 6
The server responds with a BLYNK_SUCCESS which is 200 (C6 in Hex).
There’s more info on this here…
Each time Blynk.run() is executed the device checks if new data (an updated value) has been received from the server. If it has then it executes the write handler for the virtual pin that the data corresponds to.