Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkAdapter ¶
type NetworkAdapter interface { // GetAdapter returns name of adapter if found // Must return error if adapter is not found or adapter name empty GetAdapterName() (string, error) // Get PriorityVLANTag returns PriorityVLANTag value for Adapter GetPriorityVLANTag() (int, error) // Set adapter's PriorityVLANTag value to desired value if adapter exists SetPriorityVLANTag(int) error }
Click to show internal directories.
Click to hide internal directories.