Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] help in object instance accessing

help in object instance accessing

I try to bind a multiple instance object (using ObjectInitializer.setClassForObject() method)
with a class that implements LwM2mInstanceEnabler interface.
Since method read() of the LwM2mInstanceEnabler interface  has not object-instance-id as argument,
I am not able to access a specific instance.
Is there any alternative way to access a specific object instance?

Thank you.

Back to the top