Change detectDataType to return only data type
Currently, detectDataType returns a tuple of data type and the channel that was used to detect the data type. This merge request changes detectDataType to return only the data type. This change makes the function's name matches its effect better, and also remove the unused channel return value. #30 (closed).8
Edited by Kien Le