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

名前
write_device_ack - I/O 処理の状態を返す

形式
#include <score_device.h>

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

機能説明
write_device_ack() 関数は I/O 処理の状態を返します。

戻り値
write_device_ack() は書込み操作が成功した場合0を返します。 それ以外の場合は0以外の値を返します。

関連項目
デバイスプログラミングの例

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.