DICommand::GetType

DICommand::GetType
virtual DICommandType GetType() const = 0;
Description

GetType returns the DICommand type. DICommandType is used when querying the HAL about which DICommands it supports; it may be that a HAL partially supports a command, and thus it will need to inspect the DICommand object (and thus cast it to the appropriate type).

Return Value

The DICommandType.