|
|
|
|
|
- Properties specific to upnpDevice variables
- WLanguage functions that use variables of type upnpDevice
upnpDevice (Variable type) In french: upnpPériphérique
The upnpDevice type is used to define the advanced characteristics of a UPnP device. You can define and change the characteristics of the uPnP device using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. MyDevice is upnpDevice MyDevice = UPNPSearchDevice(CST_UPNP_UUID_SONY_BRAVIA, 51300) IF ErrorOccurred THEN ErrorInfo(errFullDetails) ELSE Add(m_arrDevice, MyDevice) END
Properties Properties specific to upnpDevice variables The following properties can be used to handle a UPnP device: | | | Property name | Type used | Effect |
---|
Icon | Array of upnpImage | List of different available icons. | ModelDescription | Character string | Description of device features. | ModelName | Character string | Name of the model. | ModelNumber | Character string | Number of the model. | ModelURL | Character string | URL of a Web page containing the information specific to the model. | Name | Character string | Name of the device. | PresentationURL | Character string | URL of the Web page that can be used to control the device. | ProducerName | Character string | Name of the manufacturer. | ProducerURL | Character string | Link to the manufacturer site. | ProductCode | Character string | Product code (UPC). | SerialNumber | Character string | Serial number of the device. | Service | Array of upnpService | List of different available UPnP services. | Type | Character string | URI containing the type of device. | UniqueName | Character string | Unique name of device (UDN). | URL | Character string | URL containing the XML for device description. |
Remarks WLanguage functions that use variables of type upnpDevice - Standard functions:
- Functions with prefix syntax:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|