GHIElectronics.UAP.Gadgeteer.NativeInterfaces.AnalogIO.ReadInternal C# (CSharp) Method

ReadInternal() protected method

protected ReadInternal ( ) : double
return double
        protected override double ReadInternal() {
            throw new NotSupportedException();
        }