Emotiv.EdkDll.IEE_EngineRemoteConnect C# (CSharp) Méthode

IEE_EngineRemoteConnect() public static méthode

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