Emotiv.EdkDll.Unmanged_IEE_EngineRemoteConnect C# (CSharp) Method

Unmanged_IEE_EngineRemoteConnect() private method

private Unmanged_IEE_EngineRemoteConnect ( String szHost, UInt16 port ) : Int32
szHost String
port UInt16
return Int32
        static extern Int32 Unmanged_IEE_EngineRemoteConnect(String szHost, UInt16 port);
EdkDll