NiceHashMiner.EthminerReader.EthminerReader C# (CSharp) Method

EthminerReader() public method

Initialize ethminer instance that listens on certain UDP port for speed and DAG progress reports. You may have multiple instances, but each one must be listening on another port!
public EthminerReader ( int port ) : System
port int UDP listening port.
return System
        public EthminerReader(int port)
        {
            bindPort = port;
        }