Search found 3 matches

by alex323qp
Mon Jul 17, 2017 12:17 am
Forum: ESP-IDF
Topic: Non-static member function as callback for espconn_regist_connectcb
Replies: 4
Views: 8212

Re: Non-static member function as callback for espconn_regist_connectcb

Hi @martinayotte, @ESP_Sprite made me realize this wasn't the right place for this question, so I re-posted it on a different forum. I think you replied there. Thanks heaps for your help, I'll investigate and let you know :-D.

A.
by alex323qp
Sat Jul 15, 2017 12:05 am
Forum: ESP-IDF
Topic: Non-static member function as callback for espconn_regist_connectcb
Replies: 4
Views: 8212

Re: Non-static member function as callback for espconn_regist_connectcb

oh dear... sorry guys, wrong forum... I even wrote 'new to the ESP32 world..', I guess no more coffees late at night for me.

Cheers!

A.
by alex323qp
Fri Jul 14, 2017 6:37 am
Forum: ESP-IDF
Topic: Non-static member function as callback for espconn_regist_connectcb
Replies: 4
Views: 8212

Non-static member function as callback for espconn_regist_connectcb

Hi guys, I'm new to the ESP32 world and just started working with the NONOS-SDK. I'm writing my own libraries in c++ and got stuck trying to define the callbacks for a few network events. I've been trying to find ways around it but no luck so far. Normally in C you would do: void onConnected(void *a...