ToiDlnaServiceMediaServerInfo Interface Reference

Description

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";

List of all members.

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

Member Data Documentation

Technical Preview:
Struct member "IpAddress" is a TECHNICAL PREVIEW, it may change. The IP address of the media server.

If this flag is true it indicated that the server is residing in the STB.

Technical Preview:
Struct member "ManufacturerUrl" is a TECHNICAL PREVIEW, it may change. The manufacturer URL of the media server.
Technical Preview:
Struct member "ModelDescription" is a TECHNICAL PREVIEW, it may change. The model description of the media server.
Technical Preview:
Struct member "ModelName" is a TECHNICAL PREVIEW, it may change. The model name of the media server.
Technical Preview:
Struct member "ModelNumber" is a TECHNICAL PREVIEW, it may change. The model number of the media server.
Technical Preview:
Struct member "ModelUrl" is a TECHNICAL PREVIEW, it may change. The model URL of the media server.

The name of the media server.

Technical Preview:
Struct member "SerialNumber" is a TECHNICAL PREVIEW, it may change. The serial number of the media server.

The DLNA services supported by the media server.

The unique identifier for the media server.

A string identifying the vendor of the media server.