RockPi4bPlusDriver Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A GPIO driver for the Rock Pi 4B Plus.
public class RockPi4bPlusDriver : Iot.Device.Gpio.Drivers.Rk3399Driver
type RockPi4bPlusDriver = class
inherit Rk3399Driver
Public Class RockPi4bPlusDriver
Inherits Rk3399Driver
- Inheritance
SoC: Rockchip RK3399
_gpio |
(Inherited from RockchipDriver) |
_pin |
(Inherited from RockchipDriver) |
Gpio |
(Inherited from RockchipDriver) |
Clock |
Clock and Reset Unit (CRU) address. (Inherited from Rk3399Driver) |
General |
General Register Files (GRF) address. (Inherited from Rk3399Driver) |
Gpio |
Gpio register addresses. (Inherited from Rk3399Driver) |
Pin |
The number of pins provided by the driver. |
Pmu |
PMU Clock and Reset Unit (PMU CRU) address. (Inherited from Rk3399Driver) |
Pmu |
PMU General Register Files (PMU GRF) address. (Inherited from Rk3399Driver) |
Add |
Adds a handler for a pin value changed event. (Inherited from RockchipDriver) |
Close |
Closes an open pin. (Inherited from RockchipDriver) |
Convert |
Converts a board pin number to the driver's logical numbering scheme. |
Dispose() |
Disposes this instance, closing all open pins (Inherited from GpioDriver) |
Dispose(Boolean) |
Disposes this instance (Inherited from Rk3399Driver) |
Get |
Gets the mode of a pin. (Inherited from RockchipDriver) |
Is |
Checks if a pin supports a specific mode. (Inherited from Rk3399Driver) |
Open |
Opens a pin in order for it to be ready to use. This retains the pin direction, but if it is output, the value will always be low after open. (Inherited from RockchipDriver) |
Query |
Query information about a component and its children. (Inherited from GpioDriver) |
Read(Int32) |
Reads the current value of a pin. (Inherited from RockchipDriver) |
Remove |
Removes a handler for a pin value changed event. (Inherited from RockchipDriver) |
Set |
Sets the mode to a pin and sets an initial value for an output pin. (Inherited from GpioDriver) |
Set |
Sets the mode to a pin. (Inherited from Rk3399Driver) |
Toggle(Int32) |
Toggle the current value of a pin. (Inherited from SysFsDriver) |
Unmap |
Unmap pin number in the driver's logical numbering scheme to pin number with port name. (Inherited from RockchipDriver) |
Wait |
Blocks execution until an event of type eventType is received or a cancellation is requested. (Inherited from RockchipDriver) |
Wait |
Async call until an event of type eventType is received or a cancellation is requested. (Inherited from RockchipDriver) |
Write(Int32, Pin |
Writes a value to a pin. (Inherited from RockchipDriver) |
Product | Versions |
---|---|
.NET IoT Libraries | 2.2.0 |