Ejemplo n.º 1
0
        public ushort RNBOsproGetSubLicense(ushort address)
        {
            ushort status = 0;

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