Пример #1
0
        public override void OnFrontConnected()
        {
            Console.WriteLine("OnFrontConnected");

            var loginData = new CHSReqUserLoginField()
            {
                AccountID           = "10130259101",
                Password            = "******",
                UserApplicationType = (char)7,
                UserApplicationInfo = "192.168.155.89"
            };

            _api.ReqUserLogin(loginData, _requestId++);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CHSReqUserLoginField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }