Function pocky_list_all_devices¶
Defined in File pocky_functions.h
Function Documentation¶
-
PyObject *pocky_list_all_devices(PyObject *self, PyObject *args)¶
Module method to list all available devices for a platform.
- Parameters:
self – [in] Module instance reference
args – [in] Python arguments to be parsed; expects exactly one argument that must be a Python
pocky.ext.Platform
struct
- Returns:
Python
PyList
object containing apocky.ext.Device
struct for each available device