FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kLocalDataOut.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_LOCAL_DATA_OUT_H
9 #define K_FIRESYNC_LOCAL_DATA_OUT_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
13 kBeginHeader()
14 
15 
22 //typedef kObject kLocalDataOut; --forward-declared in kFsDef.x.h
23 
24 
33 kFsFx(kStatus) kLocalDataOut_Construct(kLocalDataOut* service, kLocalNode node, kAlloc allocator);
34 
35 kFsFx(kStatus) kLocalDataOut_StartService(kLocalDataOut service);
36 kFsFx(kStatus) kLocalDataOut_StopService(kLocalDataOut service);
37 
38 kFsFx(kStatus) kLocalDataOut_SetAppChannel(kLocalDataOut service, const k16u* ports, kSize portCount, kCallbackFx function, kPointer receiver);
39 kFsFx(kStatus) kLocalDataOut_ClearAppChannel(kLocalDataOut service);
40 
41 kEndHeader()
42 
43 #include <kFireSync/Local/kLocalDataOut.x.h>
44 
45 #endif
Essential declarations related to FireSync nodes.