HexapiBackground.IoTClient.IoTClient C# (CSharp) 메소드

IoTClient() 개인적인 메소드

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