enum io.Df1CmdPrefix

enum Df1CmdPrefix
{
    ProtectedWrite      = 0,
    UnprotectedRead     = 1,
    ProtectedBitWrite   = 2,
    PhysicalWrite       = 3,
    PhysicalRead        = 4,
    UnprotectedBitWrite = 5,
    UnprotectedWrite    = 8,
    Command06           = 0x06,
    Command07           = 0x07,
    Command0F           = 0x0f,
};