Added ADIP field
This commit is contained in:
@@ -6349,6 +6349,8 @@ namespace Schemas {
|
||||
|
||||
private DumpType aTIPField;
|
||||
|
||||
private DumpType aDIPField;
|
||||
|
||||
private DumpType pMAField;
|
||||
|
||||
private DumpType dDSField;
|
||||
@@ -6643,6 +6645,16 @@ namespace Schemas {
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public DumpType ADIP {
|
||||
get {
|
||||
return this.aDIPField;
|
||||
}
|
||||
set {
|
||||
this.aDIPField = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <remarks/>
|
||||
public DumpType PMA {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user