Added correct fields for XGD structures

This commit is contained in:
2017-06-20 06:15:31 +01:00
parent 8efa10e1e4
commit c4358d8d3c
79 changed files with 647 additions and 245 deletions

View File

@@ -6279,6 +6279,95 @@ namespace Schemas {
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class XboxSecuritySectorsType {
private int requestVersionField;
private int requestNumberField;
private DumpType securitySectorsField;
/// <remarks/>
public int RequestVersion {
get {
return this.requestVersionField;
}
set {
this.requestVersionField = value;
}
}
/// <remarks/>
public int RequestNumber {
get {
return this.requestNumberField;
}
set {
this.requestNumberField = value;
}
}
/// <remarks/>
public DumpType SecuritySectors {
get {
return this.securitySectorsField;
}
set {
this.securitySectorsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class XboxType {
private DumpType pFIField;
private DumpType dMIField;
private XboxSecuritySectorsType[] securitySectorsField;
/// <remarks/>
public DumpType PFI {
get {
return this.pFIField;
}
set {
this.pFIField = value;
}
}
/// <remarks/>
public DumpType DMI {
get {
return this.dMIField;
}
set {
this.dMIField = value;
}
}
/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("SecuritySectors")]
public XboxSecuritySectorsType[] SecuritySectors {
get {
return this.securitySectorsField;
}
set {
this.securitySectorsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
[System.SerializableAttribute()]
@@ -6452,6 +6541,12 @@ namespace Schemas {
/// <remarks/>
xboxcase,
/// <remarks/>
xbox360case,
/// <remarks/>
xboxonecase,
/// <remarks/>
saturnbigcase,
@@ -6706,7 +6801,7 @@ namespace Schemas {
private BorderType[] leadOutField;
private DumpType xboxSecuritySectorsField;
private XboxType xboxField;
private PS3EncryptionType pS3EncryptionField;
@@ -7125,12 +7220,12 @@ namespace Schemas {
}
/// <remarks/>
public DumpType XboxSecuritySectors {
public XboxType Xbox {
get {
return this.xboxSecuritySectorsField;
return this.xboxField;
}
set {
this.xboxSecuritySectorsField = value;
this.xboxField = value;
}
}

View File

@@ -6282,6 +6282,95 @@ Namespace Schemas
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code")> _
Partial Public Class XboxSecuritySectorsType
Private requestVersionField As Integer
Private requestNumberField As Integer
Private securitySectorsField As DumpType
'''<remarks/>
Public Property RequestVersion() As Integer
Get
Return Me.requestVersionField
End Get
Set
Me.requestVersionField = Value
End Set
End Property
'''<remarks/>
Public Property RequestNumber() As Integer
Get
Return Me.requestNumberField
End Get
Set
Me.requestNumberField = Value
End Set
End Property
'''<remarks/>
Public Property SecuritySectors() As DumpType
Get
Return Me.securitySectorsField
End Get
Set
Me.securitySectorsField = Value
End Set
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code")> _
Partial Public Class XboxType
Private pFIField As DumpType
Private dMIField As DumpType
Private securitySectorsField As XboxSecuritySectorsType()
'''<remarks/>
Public Property PFI() As DumpType
Get
Return Me.pFIField
End Get
Set
Me.pFIField = Value
End Set
End Property
'''<remarks/>
Public Property DMI() As DumpType
Get
Return Me.dMIField
End Get
Set
Me.dMIField = Value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute("SecuritySectors")> _
Public Property SecuritySectors() As XboxSecuritySectorsType()
Get
Return Me.securitySectorsField
End Get
Set
Me.securitySectorsField = Value
End Set
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0"), _
System.SerializableAttribute(), _
@@ -6455,6 +6544,12 @@ Namespace Schemas
'''<remarks/>
xboxcase
'''<remarks/>
xbox360case
'''<remarks/>
xboxonecase
'''<remarks/>
saturnbigcase
@@ -6709,7 +6804,7 @@ Namespace Schemas
Private leadOutField As BorderType()
Private xboxSecuritySectorsField As DumpType
Private xboxField As XboxType
Private pS3EncryptionField As PS3EncryptionType
@@ -7128,12 +7223,12 @@ Namespace Schemas
End Property
'''<remarks/>
Public Property XboxSecuritySectors() As DumpType
Public Property Xbox() As XboxType
Get
Return Me.xboxSecuritySectorsField
Return Me.xboxField
End Get
Set
Me.xboxSecuritySectorsField = Value
Me.xboxField = Value
End Set
End Property