Hi together,
B4R:
how to convert the received content of Payload (array of bytes) , which shows "244" at Log(Payload) within
Private Sub MQTT_MessageArrived (Topic As String, Payload() As Byte)
Log(Payload) 'shows the expected "244"
Dim MyULongVar as ULong
how can I do:
MyULongVar = ..content_of_Payload().. ?????
End Sub
B4R:
how to convert the received content of Payload (array of bytes) , which shows "244" at Log(Payload) within
Private Sub MQTT_MessageArrived (Topic As String, Payload() As Byte)
Log(Payload) 'shows the expected "244"
Dim MyULongVar as ULong
how can I do:
MyULongVar = ..content_of_Payload().. ?????
End Sub