Example #1
0
        public uint DIOUninit()
        {
            MyLog4Net.ILogExtension.DebugWithDebugView(MyLog4Net.Container.Instance.Log, "IVXStreamIOSDKProtocol StrmUninit ");
            UInt32 retVal = IVXStreamIOSDKProtocol.StrmUninit();

            if (retVal > 0)
            {
                DIO_GetError(retVal);
            }


            MyLog4Net.ILogExtension.DebugWithDebugView(MyLog4Net.Container.Instance.Log, "IVXStreamIOSDKProtocol StrmUninit ret:" + 0);
            return(0);
        }