|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Allows you to unsubscribe from a MQTT notification. |
|
|
|
|
|
|
Allows you to unsubscribe from all the existing subscriptions. |
|
|
|
|
|
|
Publishes a message on the MQTT broker. |
|
|
|
|
|
|
Creates a collection in a MongoDB database while specifying the options of this collection. |
|
|
|
|
|
|
Runs a generic command on a MongoDB database. |
|
|
|
|
|
|
Runs a generic command on a MongoDB collection. |
|
|
|
|
|
|
Locks the current thread while waiting for the specified event to be opened. |
|
|
|
|
|
|
Locks the current thread while waiting for the specified event to be opened. |
|
|
|
|
|
|
Closes a synchronization event between several threads. |
|
|
|
|
|
|
Closes a synchronization event between several threads. |
|
|
|
|
|
|
Opens a synchronization event between several threads. |
|
|
|
|
|
|
Opens a synchronization event between several threads. |
|
|
|
|
|
|
Runs an action on the UPnP service. |
|
|
|
|
|
|
Changes the sharpness of a UPnP device. |
|
|
|
|
|
|
Change the volume of a UPnP device. |
|
|
|
|
|
|
Retrieves the contrast of a UPnP device. |
|
|
|
|
|
|
Retrieves the brightness of a UPnP device. |
|
|
|
|
|
|
Retrieves the 'Mute' status of a UPnP device.... |
|
|
|
|
|
|
Retrieves the sharpness of a UPnP device. |
|
|
|
|
|
|
Retrieves the volume of a UPnP device. |
|
|
|
|
|
|
Stops reading the current media on the UPNP device. |
|
|
|
|
|
|
Starts reading the current media on the UPnP device. |
|
|
|
|
|
|
Opens a media on the UPnP device. |
|
|
|
|
|
|
Pauses the reading of the current media on the UPnP device. |
|
|
|
|
|
|
Modifies the contrast of a UPnP device. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|