Example #1
0
 public static extern _LTRNative.LTRERROR LTR42_Init(ref TLTR42 module);
Example #2
0
 public static extern _LTRNative.LTRERROR LTR42_WritePortSaved(ref TLTR42 module, ushort OutputData);
Example #3
0
 public static extern _LTRNative.LTRERROR LTR42_StoreConfig(ref TLTR42 module, _LTRNative.StartMode start_mode);
Example #4
0
 public static extern _LTRNative.LTRERROR LTR42_ReadEEPROM(ref TLTR42 module, int Address, byte[] val);
Example #5
0
 public static extern _LTRNative.LTRERROR LTR42_ConfigAndStart(ref TLTR42 module);
Example #6
0
 public static extern _LTRNative.LTRERROR LTR42_MakeStartMark(ref TLTR42 module);
Example #7
0
 public static extern _LTRNative.LTRERROR LTR42_WriteEEPROM(ref TLTR42 module, int Address, byte val);
Example #8
0
 public static extern _LTRNative.LTRERROR LTR42_WriteArray(ref TLTR42 module, ushort[] OutputData, int ArraySize);
Example #9
0
 public static extern _LTRNative.LTRERROR LTR42_StopSecondMark(ref TLTR42 module);
Example #10
0
 public virtual _LTRNative.LTRERROR StoreConfig(ref TLTR42 module, _LTRNative.StartMode start_mode)
 {
     return(LTR42_StoreConfig(ref module, start_mode));
 }
Example #11
0
 public static extern _LTRNative.LTRERROR LTR42_IsOpened(ref TLTR42 module);
Example #12
0
 public virtual _LTRNative.LTRERROR WritePortSaved(ref TLTR42 module, ushort OutputData)
 {
     return(LTR42_WritePortSaved(ref module, OutputData));
 }
Example #13
0
 public static extern _LTRNative.LTRERROR LTR42_Close(ref TLTR42 module);
Example #14
0
 public virtual _LTRNative.LTRERROR ConfigAndStart(ref TLTR42 module)
 {
     return(LTR42_ConfigAndStart(ref module));
 }
Example #15
0
 public static extern _LTRNative.LTRERROR LTR42_Open(ref TLTR42 module, uint net_addr, ushort net_port,
                                                     string crate_sn, int slot_num);
Example #16
0
 public _ltr42api()
 {
     module = NewTLTR42;
 }