|
FireSync API
|
Represents configuration for a pipe message route.

Public Member Functions | |
| const kRoutePoint * | kRoute_Destination (kRoute route) |
| Returns end-point information for the route destination. More... | |
| kStatus | kRoute_Info (kRoute route, kInfo *info) |
| Returns constraint and validity information for the route. More... | |
| kStatus | kRoute_SetDestination (kRoute route, const kRoutePoint *destination) |
| Sets end-point information for the route destination. More... | |
| kStatus | kRoute_SetSource (kRoute route, const kRoutePoint *source) |
| Sets end-point information for the route source. More... | |
| const kRoutePoint * | kRoute_Source (kRoute route) |
| Returns end-point information for the route source. More... | |