示例#1
0
        public ushort RNBOsproQuery(ushort address, byte[] queryData, byte[] response, ref uint response32, ushort length)
        {
            ushort status = 0;

            try
            {
                status = DicisionNativeApi.RNBOsproQuery(this.packet, address, queryData, response, ref response32, length);
            }
            catch (System.DllNotFoundException)
            {
                throw new System.DllNotFoundException(strError);
            }
            return(status);
        }