#include <cogent.h>
int DR_ApReadBlock(
int card_id, int buf_id, unsigned short offset, unsigned short size, void* data, char** error )
;
The card ID of the requested block of data.
The buffer ID of the requested block of data.
The starting (byte) address of the requested block of data into the specified card buffer.
The number of bytes to be read.
The address of memory area, at least size byes long, to receive data.
The address of a string pointer. In case of error (non-zero return), the string pointer is set to the corresponding error description string. The error string is contained in a static buffer and remains valid only until the next API call. The parameter may be NULL if no error string is required.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.