Example #1
0
 public static int EE_HeadsetGetSensorDetails(EdkDll.EE_InputChannels_t channelId, out EdkDll.InputSensorDescriptor_t pDescriptorOut)
 {
     return(EdkDll.Unmanged_EE_HeadsetGetSensorDetails(channelId, out pDescriptorOut));
 }
Example #2
0
 private static extern int Unmanged_EE_HeadsetGetSensorDetails(EdkDll.EE_InputChannels_t channelId, out EdkDll.InputSensorDescriptor_t pDescriptorOut);