nn::os::CTR::TargetHardware Enumerated Type

Syntax

enum TargetHardware;

Value

Value Description
TARGET_HARDWARE_UNKNOWN Indicates that the hardware type is unknown.
TARGET_HARDWARE_PRODUCT Indicates that the hardware is equivalent to the retail product.
TARGET_HARDWARE_TS_BOARD Indicates the TS board.
TARGET_HARDWARE_KMC_DEBUGGER Indicates the PARTNER-CTR Debugger.
TARGET_HARDWARE_KMC_CAPTURE Indicates the PARTNER-CTR Capture.
TARGET_HARDWARE_IS_DEBUGGER Indicates the IS-CTR Debugger.

Description

Enumerated type that represents the program's hardware operating environment.

Revision History

2010/08/23
Initial version.

CONFIDENTIAL