コード例 #1
0
ファイル: FSIO.cs プロジェクト: Siaranite-Solutions/Medli
 protected static UInt32 Read32(UInt16 aPort)
 {
     return(PortIO.inl(aPort));
 }