Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SearchDevice ¶
func SetInterface ¶
Types ¶
type RootDesc ¶
type RootDesc struct { XMLName xml.Name `xml:"root"` SpecVersion struct { Major int `xml:"major"` Minor int `xml:"minor"` } `xml:"specVersion"` Device *struct { UDN string DeviceType string `xml:"deviceType"` FriendlyName string `xml:"friendlyName"` ModelName string `xml:"modelName"` ServiceList []*struct { ServiceType string `xml:"serviceType"` } `xml:"serviceList>service"` } `xml:"device"` }
type UpnpAds ¶
type UpnpAds struct {
// contains filtered or unexported fields
}
func SetupAdvertise ¶
func (*UpnpAds) NotifyDevice ¶
func (*UpnpAds) NotifyService ¶
Click to show internal directories.
Click to hide internal directories.