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