8-bit unsigned integer
Must be a value between 0 and 255
When passing to a FFI function (C ABI), type coercion is not performed.
In C:
unsigned char
In JavaScript:
var num = 0;
Symbol
8-bit unsigned integer
Must be a value between 0 and 255
When passing to a FFI function (C ABI), type coercion is not performed.
In C:
unsigned char
In JavaScript:
var num = 0;