-
Notifications
You must be signed in to change notification settings - Fork 86
u8vector u8data
Chris Petersen edited this page Oct 16, 2014
·
1 revision
u8vector->u8data converts a u8vector to u8data.
Parameter | Description |
---|---|
v | u8vector to convert |
l | Length to convert (<= u8vector-length)) |
Example 1: Convert some data from u8vector to u8data back to u8vector
> (define myu8vector (u8vector 1 2 3 4 5 6))
> (define myu8data (u8vector->u8data myu8vector))
> (define mynewu8vector (u8data->u8vector myu8data))
> myu8vector
#u8(1 2 3 4 5 6)
> myu8data
(0 . 6)
> mynewu8vector
#u8(1 2 3 4 5 6)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip