|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a 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 description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder... |
|
|
|
|
|
|
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified... |
|
|
|
|
|
|
Reads the value of a characteristic on a Bluetooth Low Energy device. |
|
|
|
|
|
|
Writes a value to a characteristic on a Bluetooth Low Energy device. |
|
|
|
|
|
|
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy... |
|
|
|
|
|
|
Reads the value of a descriptor on a Bluetooth Low Energy device. |
|
|
|
|
|
|
Writes the value of a descriptor to a Bluetooth Low Energy device. |
|
|
|
|
|
|
Indicates whether the code is run in Universal Windows 10 App mode. |
|
|
|
|
|
|
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic... |
|
|
|
|
|
|
Allows you to specify the behavior of some Automatic Application Features (AAF). You can... |
|
|
|
|
|
|
Initializes Bluetooth Low Energy (required in Windows and iOS only) |
|
|
|
|
|
|
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier... |
|
|
|
|
|
|
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified... |
|
|
|
|
|
|
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified... |
|
|
|
|
|
|
Retrieves all the services corresponding to a UUID. |
|
|
|
|
|
|
Retrieves all the characteristics (with the same identifier) associated with a BLE service. |
|
|
|
|
|
|
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response. |
|
|
|
|
|
|
Sends an information from an iOS phone to an Apple Watch (or conversely). |
|
|
|
|
|
|
Specifies the WLanguage procedure that will be called when receiving information coming... |
|
|
|
|
|
|
Specifies the WLanguage procedure that will be called when receiving information coming... |
|
|
|
|
|
|
Exports the repositionable notes created by the user into a file. |
|
|
|
|
|
|
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode. |
|
|
|
|
|
|
Identifies the current user for whom the telemetry data is saved. |
|
|
|
|
|
|
Starts decoding bar codes in a Camera control. |
|
|
|
|
|
|
Stops decoding a bar code in a Camera control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|