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