Can someone explain what actually the code inside void initProperties do?

Hi ,
i recently started to program with Arduino Cloud and I wanted to know How the code line inside void initProperties works.

thankyou

void initProperties(){

  ArduinoCloud.addProperty(message, READWRITE, ON_CHANGE, onMessageChange);

}

Hello NirajB

Take a view into the libary.

Which library?

The ArduinoCloud library.

If one is able and capable one can do an internet search on the words "arduino cloud library" to get a result set that includes this link

Which can take you to this link

Where you can look at the code.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.