8 #ifndef K_FIRESYNC_ROUTE_H
9 #define K_FIRESYNC_ROUTE_H
73 #include <kFireSync/Client/kRoute.x.h>
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