Ejemplo n.º 1
0
 public short StopTC08()
 {
     return(Imports.TC08Stop(m_handle));
 }
Ejemplo n.º 2
0
 public bool SetChannels(short channel)
 {
     return(Imports.TC08SetChannel(m_handle, (short)(channel - 1), TC_TYPE_K) == 1 ? true : false);
 }