User Guide
37
Standard NetLinx API (SNAPI) R 1.8.0
Audio Tape
IAudioTapeComponent
IAudioTapeComponentListener
IModuleComponent
IModuleComponentListener
IPowerComponent
IPowerComponentListener
ITapeTransportComponent
ITapeTransportComponentListener
Name: Audio Tape
Interface: IAudioTape
Audio Tape Functions
Name Component Channel Level Command Constant Notes
cycleAudioTapeRecordMute() IAudioTapeComponent 128 CASS_RECORD_MUTE Momentary Function Channel: Cycle
record mute when channel is activated
cycleAudioTapeSide() IAudioTapeComponent 42 CASS_TAPE_SIDE Momentary Function Channel: Cycle tape
side when channel is activated
reversePlay() IAudioTapeComponent 41 CASS_REVERSE_PLAY Momentary Function Channel: Reverse
direction of play (but not the side). The
audio will be played backwards.
setAudioTapeRecordMuteOn(state) IAudioTapeComponent 200 CASS_RECORD_MUTE_O
N
Discrete Function Channel: Record Mute is
on while channel is active
setAudioTapeSide(A) IAudioTapeComponent 126 CASS_TAPE_SIDE_A Momentary Function Channel: Set tape
side to side A
setAudioTapeSide(B) IAudioTapeComponent 127 CASS_TAPE_SIDE_B Momentary Function Channel: Set tape
side to side B
processAudioTapeRecordMuteOn-
Event(boolean)
IAudioTapeComponentListener 200 CASS_RECORD_MUTE_FB Feedback Channel: Record mute is on
while channel is active
processAudioTapeSideEvent(A) IAudioTapeComponentListener 126 CASS_TAPE_SIDE_A_FB Feedback Channel: Tape side is set to side
A
processAudioTapeSideEvent(B) IAudioTapeComponentListener 127 CASS_TAPE_SIDE_B_FB Feedback Channel: Tape side is set to side
B
getDebugState() IModuleComponent ?DEBUG Query the debug level, responds with
DEBUG-<state> where <state> is 1-4 for
ERROR, WARNING, DEBUG, INFO
getFWVersion() IModuleComponent ?FWVERSION Query for the device firmware version,
responds with FWVERSION-<version>
getProperty(key) IModuleComponent ?PROPERTY-<key> Query for the value of property <key>,
respond with PROPERTY-<key>,<value>
getVersion() IModuleComponent ?VERSION Query for the module version, responds
with VERSION-<version>