Enum apdu_dispatch::dispatch::RequestType
source · pub enum RequestType {
Select(Aid),
GetResponse,
NewCommand,
BadCommand(Status),
None,
}Variants§
Select(Aid)
GetResponse
Get Response including the Le field of the command
NewCommand
BadCommand(Status)
Incorrect command, which means an error should be returned