tcode-api API Reference¶
This section of the documentation covers the nitty-gritty of the various interfaces for the tcode-api package.
Let’s dive into the details!
T-code API¶
The core data structures in the tcode_api package are all exposed in the tcode_api.api submodule. All examples will use the following import alias for brevity:
import tcode_api.api as tc
T-code Servicer API¶
The components that allow you runtime control of your fleet are exposed in the tcode_api.servicer submodule.
T-code Integrator API¶
This API allows you to integrate with external devices in one direction