Linux Standard Base Desktop Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
The interface _IceRead() shall read the specified number of bytes from an Inter-Client Exchange connection.
The parameter iceConn shall specify the Inter-Client Exchange connection.
The parameter nbytes shall specify the number of bytes to read.
The output parameter ptr shall contain the data that was read.
_IceRead() shall return 0 if it detects that the connection has closed and this was expected.
In the case of a fatal I/O error, _IceRead() shall return 1.
<<< Previous | Home | Next >>> |
Interface Definitions for libICE | Up | _IceReadSkip |