module→functionValue()
Retourne la valeur publiée par la nième fonction du module.
function functionValue( functionIndex)
js
function functionValue( functionIndex)
nodejs
function functionValue( $functionIndex)
php
string functionValue( int functionIndex)
cpp
-(NSString*) functionValue : (int)
m
function functionValue( functionIndex: integer): string
pas
function functionValue( ByVal
vb
string functionValue( int functionIndex)
cs
def functionValue( functionIndex)
py
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
19. Référence de l'API de haut niveau
YModule
147