Пример #1
0
        public ushort RNBOsproGetContactServer(byte[] serverNameBuffer, uint serverNameBufferSize)
        {
            ushort status = 0;

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