Difference between revisions of "Truxton enable route update"
Jump to navigation
Jump to search
(Created page with "This enables route updating when a poly file expander is initializing. =Syntax= <source lang="C"> uint64_t truxton_enable_route_update( uint64_t truxton_handle ); </...") |
|||
| Line 1: | Line 1: | ||
This enables route updating when a [[Poly|poly file expander]] is initializing. | This enables route updating when a [[Poly|poly file expander]] is initializing. | ||
| + | By default, route updating is enabled in Truxton. | ||
=Syntax= | =Syntax= | ||
Latest revision as of 08:05, 1 October 2022
This enables route updating when a poly file expander is initializing. By default, route updating is enabled in Truxton.
Contents
Syntax
uint64_t truxton_enable_route_update( uint64_t truxton_handle );
Parameters
truxton_handle
The handle created by the truxton_create call.
Sample
void stop_debugging( uint64_t truxton )
{
truxton_enable_route_update( truxton );
}