Свойство | Type | Description | |
---|---|---|---|
ChannelsChanged | EventHandler |
Méthode | Description | |
---|---|---|
NavioRCInputDevice ( ) : System |
Creates and initializes an instance.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Frees resources owned by this instance.
|
Méthode | Description | |
---|---|---|
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 |
Résultat | void |