BrotherDevice.fromNetwork constructor

BrotherDevice.fromNetwork(
  1. BrotherModel model,
  2. String ipAddress
)

Implementation

BrotherDevice.fromNetwork(this.model, String ipAddress)
    : source = BrotherDeviceSource.network,
      modelName = model.nameAndroid,
      ipAddress = ipAddress,
      location = null,
      printerName = null,
      serialNumber = null,
      nodeName = null,
      macAddress = null,
      bleAdvertiseLocalName = null;