FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSvDataOutApp.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYC_SERVER_DATA_OUT_APP_H
9 #define K_FIRESYC_SERVER_DATA_OUT_APP_H
10 
12 
20 //typedef kSvDataOutChannel kSvDataOutApp; --forward-declared in kFsDef.x.h
21 
35 kFsFx(kStatus) kSvDataOutApp_Construct(kSvDataOutApp* channel, kSvDataOut service, const k16u* ports, kSize portCount,
36  kCallbackFx function, kPointer receiver, kAlloc allocator);
37 
38 #include <kFireSync/Server/Network/kSvDataOutApp.x.h>
39 
40 #endif