Пример #1
0
 protected static void Write32(UInt16 aPort, UInt32 aData)
 {
     PortIO.outl(aPort, aData);
 }