コード例 #1
0
ファイル: EdkDll.cs プロジェクト: Zimtstern360/BCI
 public static Int32 EE_HeadsetGetSensorDetails(EE_InputChannels_t channelId, out InputSensorDescriptor_t pDescriptorOut)
 {
     return(Unmanged_EE_HeadsetGetSensorDetails(channelId, out pDescriptorOut));
 }
コード例 #2
0
ファイル: EdkDll.cs プロジェクト: florescu/CogniDriver
	public static Int32 EE_HeadsetGetSensorDetails(EE_InputChannels_t channelId, out InputSensorDescriptor_t pDescriptorOut)
	{
		return Unmanged_EE_HeadsetGetSensorDetails(channelId, out pDescriptorOut);
	}
コード例 #3
0
ファイル: EdkDll.cs プロジェクト: Zimtstern360/BCI
 static extern Int32 Unmanged_EE_HeadsetGetSensorDetails(EE_InputChannels_t channelId, out InputSensorDescriptor_t pDescriptorOut);
コード例 #4
0
ファイル: EdkDll.cs プロジェクト: florescu/CogniDriver
	static extern Int32 Unmanged_EE_HeadsetGetSensorDetails(EE_InputChannels_t channelId, out InputSensorDescriptor_t pDescriptorOut);