Classes | |
struct | ore_connection_configuration |
ORe connection configuration
Used to configure an ORe connection during l4ore_open() and later on using l4ore_get_config() and l4ore_set_config(). More... | |
Typedefs | |
typedef struct ore_connection_configuration | l4ore_config |
ORe connection configuration
Used to configure an ORe connection during l4ore_open() and later on using l4ore_get_config() and l4ore_set_config(). | |
Functions | |
L4_CV int | l4ore_open (char *device, unsigned char mac[6], l4ore_config *conf) |
Open a connection to ORe. | |
L4_CV void | l4ore_close (int handle) |
Close connection. | |
L4_CV void | l4ore_set_config (int handle, l4ore_config *conf) |
Set configuration for connection. Note that ro values in the connection descriptor will be ignored. | |
L4_CV l4ore_config | l4ore_get_config (int handle) |
Get configuration for connection. | |
L4_INLINE int | l4ore_is_invalid_config (l4ore_config) |
Check if config is valid. |
L4_CV void l4ore_close | ( | int | handle | ) |
L4_CV l4ore_config l4ore_get_config | ( | int | handle | ) |
L4_CV int l4ore_open | ( | char * | device, | |
unsigned char | mac[6], | |||
l4ore_config * | conf | |||
) |
L4_CV void l4ore_set_config | ( | int | handle, | |
l4ore_config * | conf | |||
) |