| getnsrpcnodeResult Structure Definition |
The getnsrpcnodeResult structure defines the return type for getnsrpcnode API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsrpcnodeList |
List of nsrpcnodes |
| nsrpcnode Structure Definition |
The nsrpcnode structure defines the actual return type values for getnsrpcnode API. |
Syntax |
Members |
ipaddress |
IP address of the node. |
password |
Password. |
srcip |
The src ip used in communiction with the peer System node. |
secure |
State of the channel when talking to the node. |
validatecert |
validate the server certificate for secure SSL connections |
_nextgenapiresource |
See Also |