mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-22 14:46:27 +00:00
More descriptive names
This commit is contained in:
@@ -7,13 +7,13 @@ namespace SabreTools.Models.GZIP
|
||||
/// SI1 and SI2 provide a subfield ID, typically two ASCII letters
|
||||
/// with some mnemonic value.
|
||||
/// </summary>
|
||||
public byte SI1 { get; set; }
|
||||
public byte SubfieldID1 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// SI1 and SI2 provide a subfield ID, typically two ASCII letters
|
||||
/// with some mnemonic value.
|
||||
/// </summary>
|
||||
public byte SI2 { get; set; }
|
||||
public byte SubfieldID2 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// LEN gives the length of the subfield data, excluding the 4
|
||||
|
||||
Reference in New Issue
Block a user