프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChannelsChanged | EventHandler |
메소드 | 설명 | |
---|---|---|
NavioRCInputDevice ( ) : System |
Creates and initializes an instance.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Frees resources owned by this instance.
|
메소드 | 설명 | |
---|---|---|
OnInputPinValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs arguments ) : void |
Handles GPIO changes (rising and falling PWM signal), recording them to the decoder queue. Main hardware routine which triggers the input translation process. This code must run as quickly as possible else we could miss the next event! |
|
Receiver ( ) : void |
Waits for decoded frames, updates the Channels property and fires the ChannelsChanged event on a separate thread.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// True when called via |
리턴 | void |