Displaying 2 results from an estimated 2 matches for "corresponsd".
Did you mean:
correspond
2007 Jan 09
3
Linux alternative to MS Netmeeting
In the company I work for, quite a few people use Netmeeting to share
desktops during training. Anyone know of a way to either connect to
their Netmeeting, or an alternative that will work on both Windows &
Linux, and not require a server to host the meeting.
Matt
2005 Dec 19
0
new(er) SEC driver.
...char *infotag; /* variable names from new-names.txt */
char *name; /* Human readable text (also in shared-tables.h) */
float unit; /* Variable should be scaled by this */
char *cmd; /* Command to send to get/set variable */
int field; /* Which returned field variable corresponsd to */
int size; /* string length/integer max/enum count */
int flags; /* Flags for addinfo() */
};
/*
* List of possible enumerations
*/
struct sec_enumdata_t {
int type; /* corresponding variable */
int index; /* offset from first enum */
const char *value; /* enumer...