FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kDiscovery6Client.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_DISCOVERY_6_CLIENT_H
9 #define K_FIRESYNC_DISCOVERY_6_CLIENT_H
10 
12 
13 kBeginHeader()
14 
15 
23 //typedef kObject kDiscovery6Client; --forward-declared in kFsDef.x.h
24 
25 
31 kFsFx(kStatus) kDiscovery6Client_Construct(kDiscovery6Client* client, kAlloc allocator);
32 
33 kFsFx(kStatus) kDiscovery6Client_SetReceivePort(kDiscovery6Client client, k32u port);
34 
35 kFsFx(kStatus) kDiscovery6Client_SetMessageAlloc(kDiscovery6Client client, kAlloc alloc);
36 
37 kEndHeader()
38 
39 #include <kFireSync/Client/Network/kDiscovery6Client.x.h>
40 
41 #endif
Declares the kDiscoveryProvider interface.