Emotiv.EdkDll.IEE_EngineRemoteConnect C# (CSharp) Method

IEE_EngineRemoteConnect() public static method

public static IEE_EngineRemoteConnect ( String szHost, UInt16 port ) : Int32
szHost String
port System.UInt16
return System.Int32
        public static Int32 IEE_EngineRemoteConnect(String szHost, UInt16 port)
        {
            return Unmanged_IEE_EngineRemoteConnect(szHost, port);
        }
EdkDll