コード例 #1
0
ファイル: EasyTMAPI.cs プロジェクト: xw00lfy/PS3SYS
 public void GetMACAddress(string Output)
 {
     PS3TMAPI.GetMACAddress(0, out Output);
 }