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