The TMEX Session API calls control access to 1-Wire networks. TMExtendedStartSession returns a non-zero 'session_handle' if the specified 1-Wire network is available. This 'session_handle' is then used as an argument to ALL of the other TMEX API calls. Without a valid 'session_handle' from TMExtendedStartSession, no other API call will work.
See Also