Пример #1
0
        public ushort RNBOsproGetKeyInfo(ushort developerID, ushort keyIndex, byte[] nsproMonitorInfo)
        {
            ushort status = 0;

            try
            {
                status = DicisionNativeApi.RNBOsproGetKeyInfo(this.packet, developerID, keyIndex, nsproMonitorInfo);
            }
            catch (System.DllNotFoundException)
            {
                throw new System.DllNotFoundException(strError);
            }
            return(status);
        }