Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 void avSwitch_DeviceOnlineStatusEvent(object sender, SspCertificationTest.Utilities.GenericEventArgs <bool> e)
 {
     CrestronConsole.PrintLine("Device online/offline event: {0}", e.Value);
 }
Ejemplo n.º 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);
 }