Files
ZuneShell.dll/ZuneDBApi/EEndpointCommonProperty.cs
T

60 lines
2.4 KiB
C#

public enum EEndpointCommonProperty
{
eEndpointCommonPropertyCount = 55,
eEndpointCommonPropertyDeviceChallenge = 54,
eEndpointCommonPropertyMarketplaceCredentials = 53,
eEndpointCommonPropertyMyPhoneDeviceId = 52,
eEndpointCommonPropertyBridge = 51,
eEndpointCommonPropertyDRMUsageData = 50,
eEndpointCommonPropertyFirmwareUpdater = 49,
eEndpointCommonPropertyWlanProviderIfAvailable = 48,
eEndpointCommonPropertyWlanProvider = 47,
eEndpointCommonPropertyDeviceCaps = 46,
eEndpointCommonPropertyUserGuid = 45,
eEndpointCommonPropertyRelationshipId = 44,
eEndpointCommonPropertyDeviceSavedContentFolder = 43,
eEndpointCommonPropertyDeviceCameraRollFolder = 42,
eEndpointCommonPropertyLiveId = 41,
eEndpointCommonPropertyPicturesVideosViewUrl = 40,
eEndpointCommonPropertyPicturesVideosViewText = 39,
eEndpointCommonPropertyFamilyName = 38,
eEndpointCommonPropertyManufacturer = 37,
eEndpointCommonPropertyZuneTag = 36,
eEndpointCommonPropertyFirmwareVersion = 35,
eEndpointCommonPropertyEndpointId = 34,
eEndpointCommonPropertySerialNumber = 33,
eEndpointCommonPropertyServiceUniqueName = 0x20,
eEndpointCommonPropertyCanonicalName = 0x1F,
eEndpointCommonPropertyOwnerApplicationName = 30,
eEndpointCommonPropertyHardwareId = 29,
eEndpointCommonPropertyModelName = 28,
eEndpointCommonPropertyName = 27,
eEndpointCommonPropertyAvailableSpace = 26,
eEndpointCommonPropertyTotalSpace = 25,
eEndpointCommonPropertyColorId = 24,
eEndpointCommonPropertyPlaybackOutputSupport = 23,
eEndpointCommonPropertyCompatibilityStatus = 22,
eEndpointCommonPropertyEndpointStatus = 21,
eEndpointCommonPropertyLastFirmwareUpdateError = 20,
eEndpointCommonPropertyLastDownloadError = 19,
eEndpointCommonPropertyLastLoginError = 18,
eEndpointCommonPropertyTimeZoneBias = 17,
eEndpointCommonPropertyClassId = 0x10,
eEndpointCommonPropertyWatsonSetting = 0xF,
eEndpointCommonPropertyGeoId = 14,
eEndpointCommonPropertyStatedCapacity = 13,
eEndpointCommonPropertyBackgroundId = 12,
eEndpointCommonPropertyTattooId = 11,
eEndpointCommonPropertyPrimaryColorId = 10,
eEndpointCommonPropertyFamilyId = 9,
eEndpointCommonPropertyModelId = 8,
eEndpointCommonPropertyOOBECompleted = 7,
eEndpointCommonPropertyIsInStandardMode = 6,
eEndpointCommonPropertyIsConnectedWirelessly = 5,
eEndpointCommonPropertyIsConnected = 4,
eEndpointCommonPropertyIsFormatting = 3,
eEndpointCommonPropertyIsReady = 2,
eEndpointCommonPropertyPurchaseEnabled = 1,
eEndpointCommonPropertyIsAvailable = 0
}