Document InterfaceDescription and SetInterfaceDescription
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
00faf66d86
commit
233f3d186a
1 changed files with 2 additions and 0 deletions
|
@ -40,10 +40,12 @@ type InterfaceInfo struct {
|
|||
State InterfaceState
|
||||
}
|
||||
|
||||
// InterfaceDescription returns the description of the interface which is typically the adapter device name.
|
||||
func (ii *InterfaceInfo) InterfaceDescription() string {
|
||||
return windows.UTF16ToString(ii.interfaceDescription[:])
|
||||
}
|
||||
|
||||
// SetInterfaceDescription sets the description of the interface.
|
||||
func (ii *InterfaceInfo) SetInterfaceDescription(interfaceDescription string) error {
|
||||
str, err := windows.UTF16FromString(interfaceDescription)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue