x.chnl[#].src - Source Hooks

x.chnl[#].src.onrecord = function(textstring, channelnumber, tagstring)

Called every time there is data to store in a channel.

x.chnl[#].src.onclosed = function(channelno, sourcetype)

Called when the source has closed. #Firmware/v290

x.chnl[#].src.onclosing = function(channelno, sourcetype)

Called when the source starts closing. #Firmware/v290

x.chnl[#].src.onopened = function(channelno, sourcetype)

Called when the source has opened. #Firmware/v290

x.chnl[#].src.onopening = function(channelno, sourcetype)

Called when the source starts opening. #Firmware/v290