User:Shellylin/InputPort: Difference between revisions

No edit summary
Line 27: Line 27:
   };
   };


=== Interfaces for sprcific ports ===
=== Specific Port Interfaces ===
==== A/V ====
  interface AVInputPort : InputPort {
  }
 
==== DVI ====
  interface DVIInputPort : InputPort {
  }
 
==== HDMI/DisplayPort ====
  interface HDMIInputPort : InputPort {
  }
 
  interface DisplayPortInputPort : HDMIInputPort {
  }


== Examples ==
== Examples ==
Confirmed users
220

edits