Class RemoteResponse
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
- API Level:
- 3
This class represents a remote response. It represents the response of all CRUD operations.
C#Copypublic class RemoteResponse
- Inheritance
-
System.ObjectRemoteResponse
Properties
Declaration
C#Copypublic ResourceOptions Options { get; }
Property Value
Type | Description |
---|---|
ResourceOptions | Header options of the response. |
API Level: 3
Declaration
C#Copypublic Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | Representation of the response. |
API Level: 3
Declaration
C#Copypublic ResponseCode Result { get; }
Property Value
Type | Description |
---|---|
ResponseCode | The result of the response. |