Method

IbisClientwrite

since: 0.1

Declaration [src]

void
ibis_client_write (
  IbisClient* client,
  IbisMessage* message
)

Description [src]

Writes message to the server.

Available since: 0.1

Parameters

message

Type: IbisMessage

The message to write.

The instance takes ownership of the data, and is responsible for freeing it.