示例#1
0
 void avSwitch_AudioOutputSourceChangeEvent(object sender, SspCertificationTest.Utilities.GenericEventArgs <uint, uint> e)
 {
     CrestronConsole.PrintLine("audio output change event: {0} - {1}", e.Target, e.Value);
 }
示例#2
0
 void avSwitch_DeviceOnlineStatusEvent(object sender, SspCertificationTest.Utilities.GenericEventArgs <bool> e)
 {
     CrestronConsole.PrintLine("Device online/offline event: {0}", e.Value);
 }
示例#3
0
 void avSwitch_InputVideoSyncEvent(object sender, SspCertificationTest.Utilities.GenericEventArgs <uint, bool> e)
 {
     CrestronConsole.PrintLine("Input video sync event: {0} - {1}", e.Target, e.Value);
 }