Default Constructor will initialize a 96 Bit DoD EPC Number
Default Constructor will initialize a 96 Bit DoD EPC Number
public DoD();
Constructor that specifies the size of the DoD EPC Number, 96 or 64 bit
public DoD(int);
Constructs an DoD Size and number of serial numbers to generate.
public DoD(int,int,int);
Constructor that allows for indvidual fields of a DoD EPC Number to be passed in.
public DoD(string,int,int,int);
Constructs a DoD EPC Number with a valid EPC Tag URI for a DoD Number.
public DoD(Uri);
DoD Class | Apostrophe.EPC Namespace