14 lines
270 B
Text
14 lines
270 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/c_getn Get ranges of bus value(s)}
|
||
|
|
||
|
[
|
||
|
int - starting bus index
|
||
|
int - number of sequential buses to get (M)
|
||
|
] * N
|
||
|
|
||
|
Get contiguous ranges of buses. Replies to sender with the
|
||
|
corresponding /c_setn command.
|
||
|
|