-
Notifications
You must be signed in to change notification settings - Fork 87
u8data s16
Chris Petersen edited this page Oct 16, 2014
·
1 revision
u8data-s16 returns an signed 16-bit integer
Parameter | Description |
---|---|
v | The u8data to be converted |
Example 1: Show off all u8data conversion functions at once.
> (define buf (u8vector->u8data (u8vector 130 130 180 250)))
> (u8data-u8 buf)
130
> (u8data-s8 buf)
-126
> (u8data-u16 buf)
33410
> (u8data-s16 buf)
-32126
> (u8data-u32 buf)
2189604090
> (u8data-s32 buf)
-2189604090
-
- 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