Add Hex values for Placekeepers and PhoneList checks

Logic to put Placekeeper and Phonelist info in the section config
Logic to put Placekeeper info in the step config
This commit is contained in:
2014-04-08 21:00:07 +00:00
parent 0ec1e5ca7e
commit c926ddbe60
3 changed files with 14 additions and 4 deletions

View File

@@ -27,7 +27,8 @@ namespace DataLoader
private static int PH = 0x02;
private static int TOC = 0x04;
private static int AUTOIND = 0x08;
private static int AUTOGEN = 0x40;
private static int PLACEKEEPER = 0x40;
private static int PHONELIST = 0x10;
private static int STP_MULT_CHGID = 1;
private static int STP_LNK_SEQ = 2;