22. High-level API Reference
www.yoctopuce.com
179
YModule
module
→
download()
Downloads the specified built-in file and returns a binary buffer with its content.
js
function download(
pathname
)
cpp
string download( string
pathname
)
m
-(NSMutableData*) download : (NSString*)
pathname
pas
function download(
pathname
: string): TByteArray
vb
function download( ) As Byte
cs
byte[] download( string
pathname
)
java
byte[] download( String
pathname
)
uwp
Task<byte[]> download( string
pathname
)
py
def download(
pathname
)
php
function download(
$pathname
)
es
function download(
pathname
)
cmd
YModule
target
download
pathname
Parameters :
pathname
name of the new file to load
Returns :
a binary buffer with the file content
On failure, throws an exception or returns
YAPI_INVALID_STRING
.
Summary of Contents for Yocto-Display
Page 1: ...Yocto Display User Manual...
Page 2: ......
Page 40: ...34 www yoctopuce com...
Page 52: ...46 www yoctopuce com...
Page 84: ...78 www yoctopuce com...
Page 92: ...86 www yoctopuce com...
Page 130: ...124 www yoctopuce com...
Page 422: ...416 www yoctopuce com...