YAPI.TestHub()
yTestHub()
Test si un hub est joignable.
YRETCODE yTestHub( const string& url, int mstimeout, string& errmsg)
cpp
+(YRETCODE) TestHub : (NSString*)
m
function yTestHub( url: string,
pas
function yTestHub( ByVal
vb
int TestHub( string url, int mstimeout, ref string errmsg)
cs
int TestHub( String url, int mstimeout)
java
async Task<int> TestHub( string url, uint mstimeout)
uwp
def TestHub( url, mstimeout, errmsg=None)
py
function yTestHub( $url, $mstimeout, &$errmsg)
php
function TestHub( url, mstimeout)
es
Cette méthode n'enregistre pas le hub, elle ne fait que de vérifier que le hub est joignable. Le
paramètre url suit les mêmes conventions que la méthode
pour vérifier les paramètres d'authentification d'un hub. Il est possible de forcer la méthode à rendre la
main après mstimeout millisecondes.
Paramètres :
url
une chaîne de caractères contenant "usb","callback", ou l'URL racine du VirtualHub à
utiliser.
mstimeout
le nombre de millisecondes disponible pour tester la connexion.
errmsg
une chaîne de caractères passée par référence, dans laquelle sera stocké un éventuel
message d'erreur.
Retourne :
YAPI_SUCCESS
En cas d'erreur retourne un code d'erreur négatif.
www.yoctopuce.com
url
: (int)
mstimeout
: (NSError**)
errmsg
mstimeout: integer,
var errmsg: string): integer
url
As String,
ByVal
mstimeout
As Integer,
ByRef
errmsg
As String) As Integer
si l'opération se déroule sans erreur.
20. Référence de l'API de haut niveau
. Cette méthode est utile
RegisterHub
YAPI
149