add support for Open Connectivity Foundation DCPs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Client for UPnP Device Control Protocol MediaServer v1 and MediaRenderer v1.
|
||||
//
|
||||
// This DCP is documented in detail at: http://upnp.org/specs/av/av1/
|
||||
// This DCP is documented in detail at:
|
||||
// - http://upnp.org/specs/av/av1/
|
||||
//
|
||||
// Typically, use one of the New* functions to create clients for services.
|
||||
package av1
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Client for UPnP Device Control Protocol Internet Gateway Device v1.
|
||||
//
|
||||
// This DCP is documented in detail at: http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v1-Device.pdf
|
||||
// This DCP is documented in detail at:
|
||||
// - http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v1-Device.pdf
|
||||
//
|
||||
// Typically, use one of the New* functions to create clients for services.
|
||||
package internetgateway1
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Client for UPnP Device Control Protocol Internet Gateway Device v2.
|
||||
//
|
||||
// This DCP is documented in detail at: http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v2-Device.pdf
|
||||
// This DCP is documented in detail at:
|
||||
// - http://upnp.org/specs/gw/UPnP-gw-InternetGatewayDevice-v2-Device.pdf
|
||||
//
|
||||
// Typically, use one of the New* functions to create clients for services.
|
||||
package internetgateway2
|
||||
|
||||
2
dcps/ocf/internetgateway2/gen.go
Normal file
2
dcps/ocf/internetgateway2/gen.go
Normal file
@@ -0,0 +1,2 @@
|
||||
//go:generate goupnpdcpgen -dcp_name ocf/internetgateway2
|
||||
package internetgateway2
|
||||
6158
dcps/ocf/internetgateway2/internetgateway2.go
Normal file
6158
dcps/ocf/internetgateway2/internetgateway2.go
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user