Exemplo n.º 1
0
 public void SetLChannel(byte lch, byte phy_ch, ChModes mode, ChRanges range)
 {
     module.LChTbl[lch] = LTR11_CreateLChannel(phy_ch, mode, range);
 }
Exemplo n.º 2
0
 static extern byte LTR11_CreateLChannel(byte phy_ch, ChModes mode, ChRanges range);
Exemplo n.º 3
0
 public static byte CreateLChannel(byte phy_ch, ChModes mode, ChRanges range)
 {
     return(LTR11_CreateLChannel(phy_ch, mode, range));
 }