C # Call the jiebao Link Library Function

Source: Internet
Author: User
// Obtain the port number [dllimport ("jb8800.dll", entrypoint = "hs_state")] public static extern int hs_state (INT number); // open the port [dllimport ("jb8800.dll ", entrypoint = "openport")] public static extern int openport (INT port); // obtain the file information [dllimport ("jb8800.dll", entrypoint = "getlist")] public static extern int getlist (INT port); // download the file from the host to the computer [dllimport ("jb8800.dll", entrypoint = "downfile")] public static extern int downfile (INT port, stringbuilder sb_filename); // function implementation uploads data from the meter reading terminal to the upper computer [dllimport ("jb8800.dll", entrypoint = "Upload")] public static extern int upload (INT port, stringbuilder filename, int startaddr, int endaddr, int paklen, int compress, int wait ); // function to delete the files on the meter reading terminal [dllimport ("jb8800.dll", entrypoint = "deletefile")] public static extern int deletefile (INT port, stringbuilder filename ); // The function implements the opened port closeport [dllimport ("jb8800.dll", entrypoint = "closeport")] public static extern void closeport (); // function implementation machine number [dllimport ("jb8800.dll", entrypoint = "getmno")] public static extern int getmno (INT port, stringbuilder MnO );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.