-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
这个软件主要是用于ASCII查询器的小工具。
这个软件主要是用于ASCII查询器的小工具。-This software is mainly used for ASCII devices Gadgets query.
- 2022-02-01 01:55:38下载
- 积分:1
-
通过厂家提供的光盘软件,在电脑上安装《LED
通过厂家提供的光盘软件,在电脑上安装《LED-II条屏软件》。-q
- 2022-03-09 11:28:44下载
- 积分:1
-
wince below a serial procedures for reading and GPS data It mainly from longitud...
wince下面一个串口程序,用于读取并分GPS数据,主要可以提取经纬度和时间-wince below a serial procedures for reading and GPS data It mainly from longitude and latitude and time
- 2022-03-19 02:15:19下载
- 积分:1
-
基于NTRIP协议的GPS数据传输程序!
基于NTRIP协议的GPS数据传输程序!-NTRIP agreement based on GPS data transfer process!
- 2022-02-03 03:44:25下载
- 积分:1
-
使用Micaps后台自动生成图片功能,按需求生成所需要的天气分析图...
使用Micaps后台自动生成图片功能,按需求生成所需要的天气分析图-Micaps automatically generated using the background image function, according to the demand generated by the need for weather analysis
- 2023-06-02 17:25:02下载
- 积分:1
-
将程序设置成为开机自动执行的程序,希望能对大家有用
将程序设置成为开机自动执行的程序,希望能对大家有用-The program automatically set as the boot process, hoping to be useful to everyone
- 2022-02-04 21:55:55下载
- 积分:1
-
stack up and stack Yazhan
堆栈的压栈与出栈-stack up and stack Yazhan
- 2022-12-09 10:10:03下载
- 积分:1
-
一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile
一个读写文件的程序,一个方便使用的类,自定义派生cstdiofile-A read and write documents, a user-friendly categories, from the definition of derivative cstdiofile
- 2023-01-23 03:00:04下载
- 积分:1
-
Beyond the C++ Standard Library
Beyond the C++ Standard Library - An introduction to Boost Ebook-Beyond the C++ Standard Library- An introduction to Boost Ebook
- 2022-05-30 13:13:15下载
- 积分:1