Пример #1
0
        public ushort RNBOsproGetVersion(ref byte majVerion, ref byte minVersion, ref byte revision, ref byte osDrvrType)
        {
            ushort status = 0;

            try
            {
                status = DicisionNativeApi.RNBOsproGetVersion(this.packet, ref majVerion, ref minVersion, ref revision, ref osDrvrType);
            }
            catch (System.DllNotFoundException)
            {
                throw new System.DllNotFoundException(strError);
            }
            return(status);
        }