nwsPort {nws}R Documentation

get port

Description

Get port associated with serverInfo object.

Usage

## S4 method for signature 'serverInfo':
nwsPort(.Object)

Arguments

.Object an serverInfo class or managedServerInfo class object

Value

a double representing the port associated with the serverInfo object

Examples

## Not run: 
# example 
nwsPort(serverInfo())
## End(Not run)

[Package nws version 2.0.0.3 Index]