setHubPort method

Phidget setHubPort(
  1. int hubPort
)

Implementation

Phidget setHubPort(int hubPort) {
  _hubPort = hubPort;
  return this;
}