connectionmanager

package
v0.0.0-...-0df88b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Version1  = upnp.URN("urn:schemas-upnp-org:service:ConnectionManager:1")
	Version2  = upnp.URN("urn:schemas-upnp-org:service:ConnectionManager:2")
	ServiceID = upnp.ServiceID("urn:upnp-org:serviceId:ConnectionManager")
)

Variables

View Source
var SCPD = scpd.Must(scpd.Merge(
	scpd.Must(scpd.FromAction(getProtocolInfo, getProtocolInfoRequest{}, getProtocolInfoResponse{})),
))

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// ProtocolInfo lists the protocols that the device can send and receive, respectively.
	ProtocolInfo(context.Context) ([]upnpav.ProtocolInfo, []upnpav.ProtocolInfo, error)
}

func NewClient

func NewClient(soapClient soap.Interface) Interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL