Ejemplo n.º 1
0
        public ushort RNBOsproExtendedRead(ushort address, ref ushort data, ref byte accessCode)
        {
            ushort status = 0;

            try
            {
                status = DicisionNativeApi.RNBOsproExtendedRead(this.packet, address, ref data, ref accessCode);
            }
            catch (System.DllNotFoundException)
            {
                throw new System.DllNotFoundException(strError);
            }
            return(status);
        }