Emotiv.EdkDll.IEE_EngineRemoteConnect C# (CSharp) Метод

IEE_EngineRemoteConnect() публичный статический Метод

public static IEE_EngineRemoteConnect ( String szHost, UInt16 port ) : Int32
szHost String
port System.UInt16
Результат System.Int32
        public static Int32 IEE_EngineRemoteConnect(String szHost, UInt16 port)
        {
            return Unmanged_IEE_EngineRemoteConnect(szHost, port);
        }
EdkDll