Class Doublet
Doublet containing the start and size of the message
public class Doublet
- Inheritance
-
Doublet
Constructors
Doublet(int, int)
Constructor
public Doublet(int b1, int b2)
Parameters
Properties
Size
Size of the message
public int Size { get; set; }
Property Value
Start
Start of the message
public int Start { get; set; }