errorDescription (property)

Description of the status code for the last SNMP packet received by the class.

Syntax

@property (nonatomic,readonly,assign,getter=errorDescription) NSString* errorDescription;
- (NSString*)errorDescription;
public var errorDescription: String {
  get {...}
}

Default Value

"0"

Remarks

Please refer to the ErrorStatus property for more information.

This property is read-only.

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