(bufferDescribe card_id [buf_id])
The target card ID (0..3).
(Optional) The ID of the buffer to be described. If not specified, then all available buffers are queried.
If buf_id was specified:
(bufferDescribe card_id bufi)
Or, if buf_id was not specified:
(bufferDescribe card_id buf0...bufN)
The description of each buffer, bufi, is provided as
(buf_idi sizei offseti data_usedi)
where size is in bytes, offset is the internal buffer location in hex (the user cannot control this), and data_used is the portion of the card buffer that is mirrored within the driver (see the bufferActiveLength command).
Otherwise, the following error message:
(error "bufferDescribe DR_ERR_CARD_INVALID (time) invalid card: card_id")
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.