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