FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSvControl.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYC_SERVER_CONTROL_H
9 #define K_FIRESYC_SERVER_CONTROL_H
10 
12 #include <kApi/Io/kNetwork.h>
13 
21 //typedef kObject kSvControl; --forward-declared in kFsDef.x.h
22 
32 kFsFx(kStatus) kSvControl_Construct(kSvControl* control, kSvNode node, kAlloc allocator);
33 
34 kFsFx(kStatus) kSvControl_SetLocalEndPoint(kSvControl control, kIpAddress address, k32u port);
35 kFsFx(kIpEndPoint) kSvControl_LocalEndPoint(kSvControl control);
36 
37 kFsFx(kStatus) kSvControl_StartService(kSvControl control);
38 kFsFx(kStatus) kSvControl_StopService(kSvControl control);
39 
40 #include <kFireSync/Server/Network/kSvControl.x.h>
41 
42 #endif
Provides FireSync node network services and mediates access to node hardware.