SynCE: vdccm 0.10.1 released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SynCE: vdccm 0.10.1 released
# 1  
Old 12-24-2007
SynCE: vdccm 0.10.1 released

The purpose of the SynCE project is to provide a means of communication with a Windows CE or Pocket PC device from a computer running Linux, *BSD or other unices.
Presented By
Casino.com Launches Affiliate Programme
Casino.com has announced the official launch of their new affiliate programme. (PRWeb Dec 20, 2007) Post Comment:Trackback URL: http://www.prweb.com/pingpr.php/U3F1...1UaGlyLVplcm8=
Ads by PheedoImage

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SYNCE_GET_CONNECTION_FILENAME(3)			       http://www.synce.org/				  SYNCE_GET_CONNECTION_FILENAME(3)

NAME
synce_get_connection_filename - get synce connection filename SYNOPSIS
#include <synce.h> bool synce_get_connection_filename(char ** filename); bool synce_set_connection_filename(const char * filename); bool synce_set_default_connection_filename(); DESCRIPTION
These functions are used with the vdccm(1) and dccm(1) connection daemons only. They are of no use when using odccm(1). synce_get_connection_filename() provides a string describing the location of the synce device connection file, written by (v)dccm. The default file is ~/.synce/active_connection. synce_set_connection_filename() sets an alternative connection file name to use. synce_set_default_connection_filename() resets the connection filename to its default value. RETURN VALUE
Returns true if successful. synce_get_connection_filename() fails and returns false if filename is an invalid pointer, or for any of the reasons synce_get_directory() would fail. synce_set_connection_filename() returns false if filename contains '..' or is too long. SEE ALSO
synce(7) synce_get_directory(3) The SynCE Project 2007-08-26 SYNCE_GET_CONNECTION_FILENAME(3)