remotePort (property)

The port where the remote SNMP agent is listening.

Syntax

@property (nonatomic,readwrite,assign,getter=remotePort,setter=setRemotePort:) int remotePort;
- (int)remotePort;
- (void)setRemotePort:(int)newRemotePort;
public var remotePort: Int32 {
  get {...}
set {...} }

Default Value

161

Remarks

The RemotePort is the port on the RemoteHost to send SNMP requests to.

A valid port number (a value between 1 and 65535) is required. The default value is 161.

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