TxSocket constructor

TxSocket(
  1. String hostAddress
)

Default constructor that initializes the host address and logger

Implementation

TxSocket(this.hostAddress);