libdrizzle Developer Documentation

Handshake Functions for Clients
[Drizzle Client Interface]

Functions

drizzle_return_t drizzle_server_handshake_read (drizzle_con_st *con)
drizzle_return_t drizzle_client_handshake_write (drizzle_con_st *con)

Detailed Description

These functions are used to send and receive handshake packets for a client. These are only used by low-level clients when the DRIZZLE_CON_RAW_PACKET option is set, so most applications will never need to use these.


Function Documentation

drizzle_return_t drizzle_server_handshake_read ( drizzle_con_st con  ) 

Read server handshake packet.

Definition at line 22 of file handshake.c.

drizzle_return_t drizzle_client_handshake_write ( drizzle_con_st con  ) 

Write client handshake packet.

Definition at line 33 of file handshake.c.


Generated on Mon Sep 28 12:54:05 2009 by  doxygen 1.6.1