Main Content

Class Diagram for the Target SDK

The relationships between the classes of the Target SDK are shown in the diagram below.

The Target class represents a target. A Target object contains feature objects that represent the features that the target provides.

The Hardware class represents the hardware that a target supports. The Hardware object contains I/O interfaces objects that represent the I/O interfaces that the hardware includes.

The Target object maps its feature objects to Hardware objects.

Use this class diagram to understand the relationship and hierarchy of the Target SDK classes.

Go to top of page