Class onetwork
Introduction To be documented. This class is declared in onetwork.hpp and defined in onetwork.cpp.
Inheritance None.
Dependence None.
Properties None.
Methods
Bridges size_t onetwork::Bridges ochannel * channel void * memory size_t extent Encode memory with a list of local powerline adapter hardware addresses connected to the specified channel interface. Return the number of local powerline adapters detecteed. Argument extent specifies the size of memory in bytes. The return value indicates the number of consecutive addresses stored in memory. Each address is ETHER_ADDR_LEN bytes. In other words, the external declaration of memory should look something like byte devices [][ETHER_ADDR_LEN].
Devices size_t onetwork::Devices ochannel * channel void * memory size_t extent Encode memory with a list of local powerline adapter hardware addresses. Return the number of local powerline adapters detecteed. Argument extent specifies the size of memory in bytes. The return value indicates the number of consecutive addresses stored in memory. Each address is ETHER_ADDR_LEN bytes. In other words, the external declaration of memory should look something like byte devices [][ETHER_ADDR_LEN].