FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kLocalDataInChannel.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_LOCAL_DATA_IN_CHANNEL_H
9 #define K_FIRESYNC_LOCAL_DATA_IN_CHANNEL_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
13 kBeginHeader()
14 
15 
22 //typedef kObject kLocalDataInChannel; --forward-declared in kSvDef.x.h
23 
24 kFsFx(kStatus) kLocalDataInChannel_Construct(kLocalDataInChannel* channel, kLocalDataIn service, k32u sourceNode, const kIpEndPoint* sourceEndPoint, kAlloc msgAlloc, kAlloc allocator);
25 
26 kFsFx(kStatus) kLocalDataInChannel_AddPort(kLocalDataInChannel channel, k16u sourcePortId, kPxPort destPort);
27 
28 kFsFx(kStatus) kLocalDataInChannel_Connect(kLocalDataInChannel channel);
29 kFsFx(kStatus) kLocalDataInChannel_Disconnect(kLocalDataInChannel channel);
30 
31 kFsFx(k32u) kLocalDataInChannel_SourceNode(kLocalDataInChannel channel);
32 
33 kEndHeader()
34 
35 #include <kFireSync/Local/kLocalDataInChannel.x.h>
36 
37 #endif
Represents a kPxBlock port.
Essential declarations related to FireSync nodes.