ZwPort constructor

ZwPort()

Implementation

ZwPort() {
  driver = ZwDriver(write);
  _decoder = ZwDecoder(driver);
}