Class Triplet
Triplet to handle the Bytes 6, 7 and 8 of a sector tailer
public class Triplet
- Inheritance
-
Triplet
Constructors
Triplet(byte, byte, byte)
Constructor
public Triplet(byte b6, byte b7, byte b8)
Parameters
Properties
B6
Byte 6
public byte B6 { get; set; }
Property Value
B7
Byte 7
public byte B7 { get; }
Property Value
B8
Byte 8
public byte B8 { get; }