Emotiv.EdkDll.IS_GetWirelessSignalStatus C# (CSharp) Method

IS_GetWirelessSignalStatus() public static method

public static IS_GetWirelessSignalStatus ( IntPtr state ) : IEE_SignalStrength_t
state System.IntPtr
return IEE_SignalStrength_t
        public static IEE_SignalStrength_t IS_GetWirelessSignalStatus(IntPtr state)
        {
            return Unmanaged_IS_GetWirelessSignalStatus(state);
        }

Usage Example

Example #1
0
 /// <summary>
 /// Query of the current wireless signal strength
 /// </summary>
 /// <returns>
 /// wireless signal strength [No Signal, Bad, Fair, Good, Excellent].
 /// </returns>
 public EdkDll.IEE_SignalStrength_t GetWirelessSignalStatus()
 {
     return(EdkDll.IS_GetWirelessSignalStatus(hEmoState));
 }
All Usage Examples Of Emotiv.EdkDll::IS_GetWirelessSignalStatus
EdkDll