FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kPort.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_PORT_H
9 #define K_FIRESYNC_PORT_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
19 //typedef kObject kPort; --forward-declared in kFsDef.x.h
20 
32 kFsFx(k32u) kPort_Id(kPort port);
33 
41 kFsFx(const kChar*) kPort_Name(kPort port);
42 
51 
52 #include <kFireSync/Client/kPort.x.h>
53 
54 #endif
const kChar * kPort_Name(kPort port)
Gets a descriptive name for the port.
Essential declarations related to FireSync nodes.
kPortDirection kPort_Direction(kPort port)
Gets the directionality (input/output) of the port.
Represents port configuration.
Represents the directionality of a block port.
k32u kPort_Id(kPort port)
Gets the unique identifier for this port.