![]() |
VR-Vantage 3.1 API Documentation
|
Go to the source code of this file.
Classes | |
| struct | jrm::MacAddress |
| Type representing a Media Access Control (MAC) address. More... | |
| struct | jrm::EthAdapterInfo |
| Describes an Ethernet adapter. More... | |
| struct | jrm::EthAdapterInfo::FindByMacAddress |
| Functor to be used by std algorithms, e.g. std::find_if(). More... | |
Namespaces | |
| namespace | jrm |
Typedefs | |
| typedef uint8_t | jrm::MacValueType |
| Type representing a single component (octet) of a Media Access Control (MAC) address. | |
| typedef std::vector< MacValueType > | jrm::MacAddressBase |
| Type used as the base class for the MacAddress type, declared separately for convenience. | |
Functions | |
| bool JrmUtilsDllLinkage | jrm::GetEthAdapterInfo (std::vector< EthAdapterInfo > &out) |
| Lists information about the Ethernet adapters installed on the system. | |
This module contains functions for accessing and processing MAC addresses.