package
0.0.0-20211002182029-11da932010b6
Repository: https://gitlab.com/NebulousLabs/go-upnp.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
DiscoverDevices is deprecated.
DiscoverDevicesCtx attempts to find targets of the given type.
NewServiceClients is deprecated.
NewServiceClientsByURL creates client(s) for the given service URN, for a root device at the given URL.
NewServiceClientsCtx discovers services, and returns clients for them.
NewServiceClientsFromDevice creates client(s) for the given service URN, in a given root device.
# Constants
No description provided by the author
# Structs
ContextError is an error that wraps an error with some context information.
Device is a UPnP device.
Icon is a representative image that a device might include in its description.
MaybeRootDevice contains either a RootDevice or an error.
RootDevice is the device description as described by section 2.3 "Device description" in http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf.
Service is a service provided by a UPnP Device.
ServiceClient is a SOAP client, root device and the service for the SOAP client rolled into one value.
SpecVersion is part of a RootDevice, describes the version of the specification that the data adheres to.
URLField is a URL that is part of a device description.