Truxton enable route update
Revision as of 08:04, 1 October 2022 by Sam (talk | contribs) (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 ); </...")
This enables route updating when a poly file expander is initializing.
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 );
}