コード例 #1
0
ファイル: Profile.cs プロジェクト: 0xF6/EmotivSDK
 public Profile()
 {
     this.hProfile = EdkDll.EE_ProfileEventCreate();
     EdkDll.EE_GetBaseProfile(this.hProfile);
 }