Add optical track indexes.
This commit is contained in:
@@ -6967,6 +6967,40 @@ namespace Schemas {
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
|
||||
[System.SerializableAttribute()]
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||
public partial class TrackIndexType {
|
||||
|
||||
private string indexField;
|
||||
|
||||
private string valueField;
|
||||
|
||||
/// <remarks/>
|
||||
[System.Xml.Serialization.XmlAttributeAttribute(DataType="integer")]
|
||||
public string index {
|
||||
get {
|
||||
return this.indexField;
|
||||
}
|
||||
set {
|
||||
this.indexField = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
[System.Xml.Serialization.XmlTextAttribute(DataType="integer")]
|
||||
public string Value {
|
||||
get {
|
||||
return this.valueField;
|
||||
}
|
||||
set {
|
||||
this.valueField = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "0.0.0.0")]
|
||||
[System.SerializableAttribute()]
|
||||
@@ -7020,6 +7054,8 @@ namespace Schemas {
|
||||
|
||||
private ulong endSectorField;
|
||||
|
||||
private TrackIndexType[] indexesField;
|
||||
|
||||
private TrackTypeTrackType trackType1Field;
|
||||
|
||||
private uint bytesPerSectorField;
|
||||
@@ -7102,6 +7138,17 @@ namespace Schemas {
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
[System.Xml.Serialization.XmlArrayItemAttribute("Index", IsNullable=false)]
|
||||
public TrackIndexType[] Indexes {
|
||||
get {
|
||||
return this.indexesField;
|
||||
}
|
||||
set {
|
||||
this.indexesField = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
[System.Xml.Serialization.XmlElementAttribute("TrackType")]
|
||||
public TrackTypeTrackType TrackType1 {
|
||||
|
||||
Reference in New Issue
Block a user