ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: DLNA/UPnP functions
37 results
<upnpDevice variable>.GetBrightness (Function)
Retrieves the brightness of a UPnP device.
<upnpDevice variable>.GetContrast (Function)
Retrieves the contrast of a UPnP device.
<upnpDevice variable>.GetMute (Function)
Retrieves the 'Mute' status of a UPnP device.
<upnpDevice variable>.GetSharpness (Function)
Retrieves the sharpness of a UPnP device.
<upnpDevice variable>.GetVolume (Function)
Retrieves the volume of a UPnP device.
<upnpDevice variable>.MediaOpen (Function)
Opens a media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<upnpDevice variable>.ModifyBrightness (Function)
Modifies the brightness of a UPnP device.
<upnpDevice variable>.ModifyContrast (Function)
Modifies the contrast of a UPnP device.
<upnpDevice variable>.ModifyMute (Function)
Modifies the 'Mute' status of a UPnP device.
<upnpDevice variable>.ModifySharpness (Function)
Changes the sharpness of a UPnP device.
<upnpDevice variable>.ModifyVolume (Function)
Change the volume of a UPnP device.
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
DLNA / UPnP functions (prefix syntax)
The following WLanguage functions are used to handle UPnP devices
DLNA/UPnP functions
The following WLanguage functions are used to handle UPnP devices
upnpDevice (Variable type)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
UPNPGetBrightness (Function)
Retrieves the brightness of a UPnP device.
UPNPGetContrast (Function)
Retrieves the contrast of a UPnP device.
UPNPGetMute (Function)
Retrieves the 'Mute' status of a UPnP device.
UPNPGetSharpness (Function)
Retrieves the sharpness of a UPnP device.
UPNPGetVolume (Function)
Retrieves the volume of a UPnP device.
upnpImage (Variable type)
The upnpImage type is used to define the advanced characteristics of an image of UPnP device.
UPNPListDevice (Function)
Lists the UPNnP devices available on the network.
UPNPMediaOpen (Function)
Opens a media on the UPnP device.
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
UPNPMediaPlay (Function)
Starts reading the current media on the UPnP device.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
UPNPModifyBrightness (Function)
Modifies the brightness of a UPnP device.
UPNPModifyContrast (Function)
Modifies the contrast of a UPnP device.
UPNPModifyMute (Function)
Modifies the 'Mute' status of a UPnP device.
UPNPModifySharpness (Function)
Changes the sharpness of a UPnP device.
UPNPModifyVolume (Function)
Change the volume of a UPnP device.
upnpService (Variable type)
The upnpService type is used to define the advanced characteristics of a service provided by the UPnP device.