X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Network.IoTConnectivity%2FTizen.Network.IoTConnectivity%2FResourceOptions.cs;h=562f8bb64244f2aa4a97fd5501b0d11bd98aa1c8;hb=46cb5627612de0460205a84d1e2e4af140e58846;hp=ce177996841786a1b393bfead61d95d164b4d743;hpb=70f15cf92bf25331a329cbe33df78513286e522a;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity/ResourceOptions.cs b/src/Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity/ResourceOptions.cs index ce17799..562f8bb 100755 --- a/src/Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity/ResourceOptions.cs +++ b/src/Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity/ResourceOptions.cs @@ -43,6 +43,9 @@ namespace Tizen.Network.IoTConnectivity /// /// /// + /// Thrown when the iotcon is not supported + /// Thrown when there is not enough memory + /// Thrown when there is an invalid parameter /// /// ResourceOptions options = new ResourceOptions(); /// @@ -143,22 +146,6 @@ namespace Tizen.Network.IoTConnectivity } /// - /// Represents whether the collection is readonly - /// - /// - /// ResourceOptions options = new ResourceOptions(); - /// if (options.IsReadOnly) - /// Console.WriteLine("Read only options"); - /// - public bool IsReadOnly - { - get - { - return _options.IsReadOnly; - } - } - - /// /// Gets or sets the option data /// /// @@ -208,6 +195,8 @@ namespace Tizen.Network.IoTConnectivity /// The id of the option to insert /// The string data to insert into the options /// + /// Thrown when the iotcon is not supported + /// Thrown when there is an invalid parameter /// /// ResourceOptions options = new ResourceOptions(); /// options.Add(2050, "sample-data"); @@ -238,6 +227,8 @@ namespace Tizen.Network.IoTConnectivity /// The id of the option to delete /// True if operation is successful. Otherwise, false /// + /// Thrown when the iotcon is not supported + /// Thrown when there is an invalid parameter /// /// ResourceOptions options = new ResourceOptions(); /// options.Add(2050, "12345"); @@ -294,6 +285,8 @@ namespace Tizen.Network.IoTConnectivity /// /// Clears the Options collection /// + /// Thrown when the iotcon is not supported + /// Thrown when there is an invalid parameter /// /// ResourceOptions options = new ResourceOptions(); /// options.Add(2050, "12345");