setServerBaseAddress method

void setServerBaseAddress(
  1. String serverBaseAddress
)

Change the host address of the NT4 server

This will attempt to close the current connection, then connect with the new address

Implementation

void setServerBaseAddress(String serverBaseAddress) {
  this.serverBaseAddress = serverBaseAddress;
  _wsOnClose();
}