This is the documentation for ToiDlnaServiceMediaServerInfo.
Information of a DLNA media server. Use toi.statics.ToiDlnaServiceMediaServerInfo.create(<uuid>, <name>, <vendor>, <supportedServices>, <isLocal>, <icons>, <manufacturerUrl>, <modelDescription>, <modelName>, <modelNumber>, <modelUrl>, <serialNumber>, <ipAddress>) to create an instance of ToiDlnaServiceMediaServerInfo. The following parameters in the create method are optional: <manufacturerUrl>, <modelDescription>, <modelName>, <modelNumber>, <modelUrl>, <serialNumber>, <ipAddress>. For the optional members that have default values, the values are: ; if they are not set from the portal, they will have the default value.
import "ToiDlnaServiceMediaServerInfo.idl";
Public Attributes | |
| attribute ToiDlnaService::TToiMediaServerUuid | uuid |
| attribute string | name |
| attribute string | vendor |
| attribute ToiDlnaService::TToiServiceTypeSequence | supportedServices |
| attribute boolean | isLocal |
| attribute ToiDlnaService::TToiMediaServerIconInfoSequence | icons |
| attribute string | manufacturerUrl |
| attribute string | modelDescription |
| attribute string | modelName |
| attribute string | modelNumber |
| attribute string | modelUrl |
| attribute string | serialNumber |
| attribute string | ipAddress |
The icons provided by the media server.
| attribute string ToiDlnaServiceMediaServerInfo::ipAddress |
| attribute boolean ToiDlnaServiceMediaServerInfo::isLocal |
If this flag is true it indicated that the server is residing in the STB.
| attribute string ToiDlnaServiceMediaServerInfo::manufacturerUrl |
| attribute string ToiDlnaServiceMediaServerInfo::modelDescription |
| attribute string ToiDlnaServiceMediaServerInfo::modelName |
| attribute string ToiDlnaServiceMediaServerInfo::modelNumber |
| attribute string ToiDlnaServiceMediaServerInfo::modelUrl |
| attribute string ToiDlnaServiceMediaServerInfo::name |
The name of the media server.
| attribute string ToiDlnaServiceMediaServerInfo::serialNumber |
The DLNA services supported by the media server.
The unique identifier for the media server.
| attribute string ToiDlnaServiceMediaServerInfo::vendor |
A string identifying the vendor of the media server.