Tools
ss.asc
Associated article: Examining the SmartSockets Toolkit
Tags: Tools Design
_Examining the SmartSockets Toolkit_
by Douglass L. Campbell
Listing One
#define USER_DEVICE_DATA 2000
T_IPC_MT userDeviceDataMsgType;
struct userDeviceDataBuffer {
T_INT2 fepId;
T_INT2 chan;
T_INT2 devAdr;
T_INT2 numDataFields;
struct {
T_INT2 pointNum;
T_INT4 pointVal;
T_...


