wxConnection::Poke

Bool Poke(char *item, char *data, int size = -1, int format = wxCF_TEXT)

Called by the client application to poke data into the server. Can be used to transfer arbitrary data to the server. Causes the server connection's wxConnection::OnPoke member to be called. Returns TRUE if successful.