WRITE_DEVICE_ACK(3)
SCORE-D DEVICE PROGRAMMING
WRITE_DEVICE_ACK(3)

NAME
write_device_ack - return the status of an I/O transaction

SYNOPSIS
#include <score_device.h>

int write_device_ack(int fd, int status, int cell);

DESCRIPTION
The write_device_ack() function returns the status of an I/O transaction.

RETURN VALUES
write_device_ack() returns 0 if a write operation succeeded. Otherwise it returns a non-zero value.

SEE ALSO
Device programming example

$Id: write_device_ack.html,v 1.2 2002/02/27 12:39:35 liu Exp $