Represents the reply for the current value of a state variable in an asynchronous call.
 - 
![[more]](icon1.gif) char CtrlUrl[NAME_SIZE] char CtrlUrl[NAME_SIZE]
- The control URL for the service.
- 
![[more]](icon1.gif) DOMString CurrentVal DOMString CurrentVal
- The current value of the variable or error string in case of error.
- 
![[more]](icon1.gif) int ErrCode int ErrCode
- The result of the operation.
- 
![[more]](icon1.gif) char StateVarName[NAME_SIZE] char StateVarName[NAME_SIZE]
- The name of the variable.
Documentation
Represents the reply for the current value of a state variable in an
asynchronous call. 
 int ErrCode int ErrCode
- The result of the operation. 
 
 
 char CtrlUrl[NAME_SIZE] char CtrlUrl[NAME_SIZE]
- The control URL for the service. 
 
 
 char StateVarName[NAME_SIZE] char StateVarName[NAME_SIZE]
- The name of the variable. 
 
 
 DOMString CurrentVal DOMString CurrentVal
- The current value of the variable or error string in case of error. 
 
Alphabetic index
This page was generated with the help of DOC++.