Emotiv.EdkDll.IS_GetWirelessSignalStatus C# (CSharp) 메소드

IS_GetWirelessSignalStatus() 공개 정적인 메소드

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

Usage 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