Get Block Functions
You can get the name or object ID of a GPIO, bus, or other block. These functions return a string, a list, or an object ID.
| By Name | As List | By Object ID |
|---|---|---|
| get_all_block_name() | get_all_gpio() | get_block() |
| get_all_gpio_name() | get_block_type() | get_bus() |
| get_bus_gpio() | get_gpio() |