getFieldValue (method)

Get the value of the field indicated from a record.

Syntax

- (NSString*)getFieldValue:(int)recordIndex :(NSString*)fieldName;
public func getFieldValue(_ recordIndex: Int32, _ fieldName: String) throws -> String

Remarks

This method will get the value of the DNS record field specified by FieldName from the DNS record at RecordIndex. If no such field exists for that record type, the component fails with an error.

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