FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSvControlChannel.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYC_SERVER_CONTROL_CHANNEL_H
9 #define K_FIRESYC_SERVER_CONTROL_CHANNEL_H
10 
12 #include <kApi/Io/kNetwork.h>
13 
21 //typedef kObject kSvControlChannel; --forward-declared in kFsDef.x.h
22 
33 kFsFx(kStatus) kSvControlChannel_Construct(kSvControlChannel* channel, kSvNode node, kTcpClient client, kAlloc allocator);
34 
35 kFsFx(kBool) kSvControlChannel_IsActive(kSvControlChannel channel);
36 
37 #include <kFireSync/Server/Network/kSvControlChannel.x.h>
38 
39 #endif
Provides FireSync node network services and mediates access to node hardware.