_IceWrite

Name

_IceWrite -- write the specified number of bytes of data to an ICE connection

Synopsis

#include <X11/ICE/ICEmsg.h>

void _IceWrite(IceConn iceConn, unsigned long int nbytes, char * ptr);

Description

The interface _IceWrite() shall write the specified number of bytes to an Inter-Client Exchange connection.

The parameter iceConn shall specify the Inter-Client Exchange connection.

The parameter nbytes shall specify the number of bytes of the specified data to write.

The parameter ptr shall contain the data to write.

See Also

_IceRead(), _IceReadSkip().