22. Référence de l'API de haut niveau
module→functionType()
Retourne le type de la nième fonction du module.
function functionType( functionIndex)
js
string functionType( int functionIndex)
cpp
string functionType( functionIndex: integer): string
pas
function functionType( ByVal
vb
string functionType( int functionIndex)
cs
String functionType( int functionIndex)
java
functionType( functionIndex)
py
function functionType( $functionIndex)
php
async functionType( functionIndex)
es
Paramètres :
l'index de la fonction pour laquelle l'information est désirée, en commençant à 0 pour la
functionIndex
première fonction.
Retourne :
une chaîne de caractères correspondant au type de la fonction
En cas d'erreur, déclenche une exception ou retourne un chaîne vide.
240
functionIndex
As Integer) As String
YModule
www.yoctopuce.com