Prototype
SetBuffer(r, val, len)
Description
Set buffer from location r, len bytes, to (int16) val (latter being casted as int8=/u=int8)
Return
Nothing
Prototype
SetBuffer(r, val, len)
Description
Set buffer from location r, len bytes, to (int16) val (latter being casted as int8=/u=int8)
Parameter | Type | Description |
---|---|---|
len | int16 | Number of bytes |
r | int16 | Buffer index |
val | int16 | Value |
Return
Nothing