C# 클래스 Porrey.Uwp.IoT.Sensors.NotInitializedException

Indicates that the SPI sensor has not been initialized or it was disposed after being initialized.
상속: SpiException
파일 보기 프로젝트 열기: porrey/iot

공개 메소드들

메소드 설명
NotInitializedException ( )

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.

NotInitializedException ( string sensorName )

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.

메소드 상세

NotInitializedException() 공개 메소드

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.

NotInitializedException() 공개 메소드

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.
public NotInitializedException ( string sensorName )
sensorName string The name of the sensor being initialized.