Hi all,

 

I have defined a resource property "TCPConnect" which is initialized to
TRUE if connection to device exists otherwise FALSE. I have also defined
a custom operation "GetConnection" that checks the TCP connection of the
device and updates the "TCPConnect" property accordingly. 

 

To get the correct(updated) value of the property "TCPConnect" currently
I am first sending the "GetConnection" request  and then the
"GetReourceProperty" request.So it is a two step process... . 

 

Can I get the updated "TCPConnect" property value through only one
request that is through "GetConnection"  (i.e. in the response of
"GetConnection"  I want the value of "TCPConnect" resource property) ??

 

Also, are these client requests processed asynchronously or
synchronously ??

 

 

-Regards

Pushkar

Reply via email to