Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SsdpRootDevice

    Represents a 'root' device, a device that has no parent. Used for publishing devices and for the root device in a tree of discovered devices.

    Inheritance
    System.Object
    SsdpDevice
    SsdpRootDevice
    Inherited Members
    SsdpDevice.ToRootDevice()
    SsdpDevice.DeviceType
    SsdpDevice.DeviceClass
    SsdpDevice.DeviceTypeNamespace
    SsdpDevice.DeviceVersion
    SsdpDevice.FullDeviceType
    SsdpDevice.Uuid
    SsdpDevice.Udn
    SsdpDevice.FriendlyName
    SsdpDevice.Manufacturer
    SsdpDevice.ManufacturerUrl
    SsdpDevice.ModelDescription
    SsdpDevice.ModelName
    SsdpDevice.ModelNumber
    SsdpDevice.ModelUrl
    SsdpDevice.SerialNumber
    SsdpDevice.Upc
    SsdpDevice.PresentationUrl
    SsdpDevice.Devices
    SsdpDevice.AddDevice(SsdpEmbeddedDevice)
    Namespace: MediaBrowser.Model.Ssdp
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class SsdpRootDevice : SsdpDevice
    Remarks

    Child (embedded) devices are represented by the SsdpDevice in the Devices property.

    Root devices contain some information that applies to the whole device tree and is therefore not present on child devices, such as CacheLifetime and SubLocation.

    Constructors

    SsdpRootDevice()

    Default constructor.

    Declaration
    public SsdpRootDevice()

    Properties

    SubLocation

    Declaration
    public string SubLocation { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.