8 #ifndef K_FIRESYNC_LOCAL_DATA_IN_CHANNEL_H
9 #define K_FIRESYNC_LOCAL_DATA_IN_CHANNEL_H
24 kFsFx(
kStatus) kLocalDataInChannel_Construct(kLocalDataInChannel* channel, kLocalDataIn service,
k32u sourceNode, const
kIpEndPoint* sourceEndPoint,
kAlloc msgAlloc,
kAlloc allocator);
26 kFsFx(
kStatus) kLocalDataInChannel_AddPort(kLocalDataInChannel channel,
k16u sourcePortId,
kPxPort destPort);
28 kFsFx(
kStatus) kLocalDataInChannel_Connect(kLocalDataInChannel channel);
29 kFsFx(
kStatus) kLocalDataInChannel_Disconnect(kLocalDataInChannel channel);
31 kFsFx(
k32u) kLocalDataInChannel_SourceNode(kLocalDataInChannel channel);
35 #include <kFireSync/Local/kLocalDataInChannel.x.h>
Represents a kPxBlock port.
Essential declarations related to FireSync nodes.