20. High-level API Reference
YAPI
YAPI.GetAPIVersion()
yGetAPIVersion()
Returns the version identifier for the Yoctopuce library in use.
js
function yGetAPIVersion( )
nodejs
function GetAPIVersion( )
cpp
string yGetAPIVersion( )
m
+(NSString*) GetAPIVersion
pas
function yGetAPIVersion( ): string
vb
function yGetAPIVersion( ) As String
cs
String GetAPIVersion( )
java
String GetAPIVersion( )
uwp
string GetAPIVersion( )
py
def GetAPIVersion( )
php
function yGetAPIVersion( )
es
function GetAPIVersion( )
The version is a string in the form
"Major.Minor.Build"
, for instance
"1.01.5535"
. For
languages using an external DLL (for instance C#, VisualBasic or Delphi), the character string includes
as well the DLL version, for instance
"1.01.5535 (1.01.5439)"
.
If you want to verify in your code that the library version is compatible with the version that you have
used during development, verify that the major number is strictly equal and that the minor number is
greater or equal. The build number is not relevant with respect to the library compatibility.
Returns :
a character string describing the library version.
www.yoctopuce.com
145
Содержание Yocto-GPS
Страница 1: ...Yocto GPS User s guide...
Страница 2: ......
Страница 6: ...22 Characteristics 557 Blueprint 559 Index 561...
Страница 10: ...4 www yoctopuce com...
Страница 14: ...8 www yoctopuce com...
Страница 18: ...12 www yoctopuce com...
Страница 22: ...16 www yoctopuce com...
Страница 38: ...32 www yoctopuce com...
Страница 42: ...36 www yoctopuce com...
Страница 54: ...48 www yoctopuce com...
Страница 72: ...66 www yoctopuce com...
Страница 92: ...86 www yoctopuce com...
Страница 122: ...116 www yoctopuce com...
Страница 132: ...126 www yoctopuce com...
Страница 159: ...20 High level API Reference On failure throws an exception or returns a negative error code www yoctopuce com 153...
Страница 564: ...22 Characteristics 558 www yoctopuce com...
Страница 565: ......
Страница 566: ......