IHubProtocol constructor

IHubProtocol(
  1. String name,
  2. int number,
  3. TransferFormat transferFormat
)

Implementation

IHubProtocol(String name, int number, TransferFormat transferFormat)
    : this.name = name,
      this.version = number,
      this.transferFormat = transferFormat;