HexapiBackground.IoTClient.IoTClient C# (CSharp) Method

IoTClient() private method

private IoTClient ( SparkFunSerial16X2Lcd display ) : System
display HexapiBackground.Hardware.SparkFunSerial16X2Lcd
return System
        internal IoTClient(SparkFunSerial16X2Lcd display)
        {
            _display = display;
        }