Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMalformedRequest = errors.New("malformed SSDP request")
)
Functions ¶
func NotifyDeviceAvailable ¶
NotifyDeviceAvailable broadcasts a device available advertisement on all networks.
func NotifyDeviceUnavailable ¶
NotifyDeviceAvailable broadcasts a device unavailable advertisement on all networks.
Types ¶
type Request ¶
type Request struct { // Request method Method string // contains filtered or unexported fields }
SSDP request
type Response ¶
type Response struct { // Response status StatusCode int // contains filtered or unexported fields }
SSDP response
Click to show internal directories.
Click to hide internal directories.