示例#1
0
 static protected void Write16(UInt16 aPort, UInt16 aData)
 {
     PortIO.outw(aPort, aData);
 }