◆ constructor() [1/2]
| Response.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ constructor() [2/2]
Constructor, with parameters.
- Parameters
-
| [in] | type | Response type. Please refer to values starting from Response.e_TypeNone and this should be one of these values. |
| [in] | response_data | Response content. |
◆ Set()
Set value.
- Parameters
-
| [in] | type | Response type. Please refer to values starting from Response.e_TypeNone and this should be one of these values. |
| [in] | response_data | Response content. |
- Returns
- None.
◆ e_TypeNone
Enumeration for response type.
Values of this enumeration should be used alone.
No response.