UpnpHostDevice class

Constructors

UpnpHostDevice({String? deviceType, String? friendlyName, String? manufacturer, String? manufacturerUrl, String? modelName, String? modelNumber, String? modelDescription, String? modelUrl, String? serialNumber, String? presentationUrl, String? udn, String? upc})

Properties

deviceType String?
final
friendlyName String?
final
hashCode int
The hash code for this object.
no setterinherited
icons List<UpnpHostIcon>
getter/setter pair
manufacturer String?
final
manufacturerUrl String?
final
modelDescription String?
final
modelName String?
final
modelNumber String?
final
modelUrl String?
final
presentationUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
final
services List<UpnpHostService>
getter/setter pair
udn String?
final
upc String?
final

Methods

findService(String? name) UpnpHostService?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRootXml({String? urlBase}) → XmlNode
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited