InterviewSolution
Saved Bookmarks
| 1. |
________ is used to provide an object of type MeasuredVariable.(a) HandleRequest(b) RequetHandle(c) Handle_Request(d) Handle-RequestThis question was posed to me in homework.My question is based upon Handling Sensor Request in section Going Parallel, Handling Actuator and Sensor of IOT |
|
Answer» RIGHT option is (a) HANDLEREQUEST The EXPLANATION is: In the WEBSERVER initialization, We use the request handler HandleRequest provided by an object of type MeasuredVariable. A MeasuredVariable object has a property FromSensor. |
|