Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wakaama-dev] Request to change API

Hi all,

 

testing Pascal “DI Bootstrap” Feature I found, that

 

“typedef void * (*lwm2m_connect_server_callback_t)(uint16_t serverID, void * userData);”

 

may be a problem for multiple bootstrap server, because they possibly all have the serverID 0.

Therefore I would like to replace that callback with

 

“typedef void * (*lwm2m_connect_server_callback_t)(uint16_t secObjInstID, void * userData);”

 

(replace “serverID” with “secObjInstID”, the security object instance ID).

 

So, any pros and cons for that approach?

 

Mit freundlichen Grüßen / Best regards

 

Achim Kraus

 

Bosch Software Innovations GmbH

Communications (INST/ESY4)

Stuttgarter Straße 130

71332 Waiblingen

GERMANY

www.bosch-si.de

www.blog.bosch-si.com

 

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B

Executives: Dr.-Ing. Rainer Kallenbach; Michael Hahn

 

 


Back to the top