Emotiv.EdkDll.Unmanged_IEE_HeadsetGetSensorDetails C# (CSharp) Method

Unmanged_IEE_HeadsetGetSensorDetails() private method

private Unmanged_IEE_HeadsetGetSensorDetails ( IEE_InputChannels_t channelId, IInputSensorDescriptor_t &pDescriptorOut ) : Int32
channelId IEE_InputChannels_t
pDescriptorOut IInputSensorDescriptor_t
return Int32
        static extern Int32 Unmanged_IEE_HeadsetGetSensorDetails(IEE_InputChannels_t channelId, out IInputSensorDescriptor_t pDescriptorOut);
EdkDll