requestOptionValue (property)

The option's value.

Syntax

- (NSString*)requestOptionValue:(int)requestOptionIndex;
- (void)setRequestOptionValue:(int)requestOptionIndex:(NSString*)newRequestOptionValue;
public func requestOptionValue(requestOptionIndex: Int32) throws -> String
public func setRequestOptionValue(requestOptionIndex: Int32, newRequestOptionValue: String) throws -> Void

Default Value

""

Remarks

The option's value.

This property specifies the option's value. The RequestOptionValueType property specifies the data type of the value.

The RequestOptionIndex parameter specifies the index of the item in the array. The size of the array is controlled by the RequestOptionCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 iOS Edition - Version 20.0 [Build 8265]