FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kRoute.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_ROUTE_H
9 #define K_FIRESYNC_ROUTE_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
19 //typedef kObject kRoute; --forward-declared in kFsDef.x.h
20 
29 kFsFx(kStatus) kRoute_SetSource(kRoute route, const kRoutePoint* source);
30 
38 kFsFx(const kRoutePoint*) kRoute_Source(kRoute route);
39 
48 kFsFx(kStatus) kRoute_SetDestination(kRoute route, const kRoutePoint* destination);
49 
57 kFsFx(const kRoutePoint*) kRoute_Destination(kRoute route);
58 
71 kFsFx(kStatus) kRoute_Info(kRoute route, kInfo* info);
72 
73 #include <kFireSync/Client/kRoute.x.h>
74 
75 #endif
const kRoutePoint * kRoute_Destination(kRoute route)
Returns end-point information for the route destination.
kStatus kRoute_SetSource(kRoute route, const kRoutePoint *source)
Sets end-point information for the route source.
const kRoutePoint * kRoute_Source(kRoute route)
Returns end-point information for the route source.
Essential declarations related to FireSync nodes.
Represents configuration for a pipe message route.
kStatus kRoute_SetDestination(kRoute route, const kRoutePoint *destination)
Sets end-point information for the route destination.
kStatus kRoute_Info(kRoute route, kInfo *info)
Returns constraint and validity information for the route.
Represents a source or destination endpoint address for a pipe data route.
Definition: kNodeDef.h:1796
Represents constraint and validity information for a general setting.
Definition: kInfo.h:64