Functions | |
| uint16 | DOFRouteInfo_GetStreamDistance (DOFRouteInfo self) |
| Get the distance to a Provider over streaming (lossless) connections. | |
| uint16 | DOFRouteInfo_GetDatagramDistance (DOFRouteInfo self) |
| Get the distance to a Provider over datagram (lossy) connections. | |
| DOFObjectID | DOFRouteInfo_GetProviderID (DOFRouteInfo self) |
| Get the Provider's Object ID (see DOFObjectID). | |
| DOFAddress | DOFRouteInfo_GetProviderAddress (const DOFRouteInfo self) |
| Get the Provider's address. | |
| DOFInterfaceID | DOFRouteInfo_GetInterfaceID (DOFRouteInfo self) |
| Get the Provider's Interface ID (see DOFInterfaceID). | |
| DOFConnectionState | DOFRouteInfo_GetConnectionState (DOFRouteInfo self) |
| Get the DOFConnectionState representing the connection over which the Provider is available. | |
| DOFObjectIDSource | DOFRouteInfo_GetSourceID (DOFRouteInfo self) |
| Get the DOFObjectIDSource representing the source of the provider. | |
| uint32 | DOFRouteInfo_GetOperationCount (DOFRouteInfo self) |
| Get the operation count from the source of the provider. | |
| void | DOFRouteInfo_Destroy (DOFRouteInfo self) |
| Destroy the Provider Route Information. | |