Files
ZuneShell.dll/ZuneDBApi/MicrosoftZuneLibrary/FirmwareUpdateType.cs
T

13 lines
160 B
C#

namespace MicrosoftZuneLibrary
{
public enum FirmwareUpdateType
{
FFU = 4,
IU = 3,
CABRomShadow = 2,
Firmware = 1,
Games = 0,
Undefined = -1
}
}