PHGServerCon
is the primary container for housing BrAPI
connection information.
Arguments
- host
A user defined URL
- port
The host port. If
NULL
, a default port (e.g.80
or443
) will be used depending on protocol.- protocol
Which protocol must be used to fetch the desired data? Must be either
http
orhttps
. Defaults tohttp
.- version
BrAPI version number. Must be either
"v1"
or"v2"
. Defaults tov2
.