DownloadSignature
- Method
SlimCD.Images.DownloadSignature
Purpose
Download a signature from the database.
Description
Downloads the vector signature data that was stored for a specific gateid. The data is returned as vector-encoded hex bytes.
Business Rules
Argument List
Name Required Usage DownloadSignatureRequest Required Object containing properties for the request timeout Optional Integer wait time, in seconds, before timeout response is generated callback* Optional Function to call upon completion of asynchronous request *for JavaScript only
DownloadSignature Request Fields
Field Name Type Length Required Description UserName string 20 require Username or API Access Credential that accesses web service. Password string 20 require Plaintext password for the client account. GateID integer 12 require Gateway ID for previous transaction. 1 Passwords are required except when the username is set to an API Access Credential, in which case it should be passed in as an empty string.
Reply Fields
reply outer tag for the reply data block response Success, FAIL, Error response code 0, 1, 2 (respective) matching the above description If successful, this will contain the single word, OK. Otherwise it will contain a description of failure or error which occurred . reponseurl The Slimcd.com url which was called for this operation . datablock The confirmation text returned from the server. Reply Hierarchy
- reply
- response
- responsecode
- description
- responseurl
- datablock
- filetype
- fileformat
- imagedata
Remarks
- General
- Names in name/value pairs are NOT case-sensitive
- Names inside XML tags ARE case-sensitive
- Function-Specific
- None
- reply
- Include
012<script src="https://trans.slimcd.com/soft/json/slimcd.js"></script>
Method
1234function DownloadReceipt(request,callback)function DownloadReceipt(request,timeout,callback)
Request
1234567request= {"username": "1032","password": "289075","gateid": "78022528"}
Reply
1234567891011121314151617181920212223242526272829303132333435363738394041callback ( {"reply":{"response": "Success","responsecode": "0","description": "Image download succeeded for 78022528","responseurl": "http://stats.slimcd.com/wswebservices/images.asmx/DownloadSignature","datablock": {"filetype": "1","fileformat": "application/octet-stream","imagedata": "030010D613508A6908A6908A6908A6908A6908A6908A6908B6908B6908B6908C6908C6908D6A08D6A08E6A08E6A08F6A0906A0916A0926A0926909369094690966809667098660996509A6409B6309C6209D6009D5F09E5E09F5D0A05B0A15A0A1580A2570A3550A3530A4510A5500A64E0A64C0A74A0A8490A8480A9460AA450AA440AB430AB420AB410AC400AC400AC400AB410AB410AB420AB430AA440A9450A9450A8470A8480A7490A64A0A64B0A54C0A44E0A34F0A3500A2510A2530A1540A05509F5709F5809E5909E5A09D5B09C5D09C5E09B5F09B6009A61099620996309865097660966709668095690946A0936B0926C0926D0916E0906F08F7108E7208D7208D7308C7408C7508B7608B7608A770897808978088790887A0877B0877B0867C0867C0857D0857D0847E0847E0837E0837E0837E0827E0827E0827E0817E0817E0807E0807F0807E0807E07F7E07F7E07F7E07F7E07E7E07E7E07E7E07E7E07F7D07F7D07F7C07F7C07F7B0807B0807A081790827808377084760867508774088730897208A7108B7108C7008C7008D7008D7008D7008D7008E7008E7008E7008E7108E7208E7208F7308F7308F7408F7508F75090760907709077091780917809278092790937909479095790967909679097780987809878099780997809A7809A7809A7809B7809B7809B7809B7809B7809A7009A7009A7009970099700997009871098710987109871098710987109871098710A5770A5770A5770A5780A4780A4780A4780A4780A4780A4780A5780A5780A6780A6780A7780A8770A9760AA750AB740AD720AE700B06E0B16C0B36A0B4680B5660B6640B8620B9600BA5F0BA5D0BB5C0BC5A0BC5A0BD590BD590BD590BD590BD590BC590BC5A0BB5B0BB5C0BA5E0B95F0B9600B8620B8630B7640B7650B7660B7660B7670B7680B7680B8690B8690B9690B9690BA690BB690BC680BD670BE660C0650C1630C2610C45F0C55D0C65C0C85A0C8590C9570CA570CA560CA560CA570C9580C85A0C75C0C55E0C3610C2640C1660C0690BF6B0BF6D0BF6F0C0700C1710C2710C3720C3720C3720C3720CB720CA720CA720CA720CA720CA720CA720CB720CC720CC710CE700CF6F0D16E0D26C0D46B0D5690D6670D8660D8640D9620DA600DB5E0DC5C0DD5A0DE580DE570DF550E0540E0520E0510E1510E1500E1500E0510E0510DF530DE540DC560DB590D95B0D85D0D65F0D5620D4640D2660D1690D06B0CF6C0CE6E0CD700CC710CC720CC730CC740CC750CC750CC750CD750CD760CE750CF750D0750D1740D2740D3730D5730D6720D7720D8710D9710DA710DB700DC700DC700DD700DE6F0DE6F0DF6F0DF6F0E06F0E0700E100E26F0E36F0E46F0E56F0E66F0E76E0E76E0E86E0E86E0E96E0E96F0E96F0E96F0E96F0E9700E9700E9700EA700EA710EA700EB700EC700EE6F0F06D0F26C0F4690F6670F9640FB610FD5E0FF5A1025710354105511074E1084B1094910948109461094510945108451074510546103481004C0FC500F9540F55A0F25F0EF630ED680EA6C0E8700E7740E5770E47A0E37C0E27D0E17E0E17E0E17F0E17F0E27F0E27F0E37F0E57E0E67D0E97B0EB780EE750F2720F66E0FB69100651066010C5A112571175411D5112151125501274F1275012750"}} );
Sample Code
123456789101112131415161718<script src="https://trans.slimcd.com/soft/json/slimcd.js"></script><script>// <![CDATA[SlimCD.Images.DownloadSignature({"username": "1032","password": "289075","gateid": "78022528"},function (reply) {if (reply.response == "Success") {alert ('Batch Closed');} else {alert('There was a problem closing the batch:\r\n' + reply.description);}});// ]]></script>
Downloads
- Include
012include 'slimcd.php';
Method
123Images_DownloadSignature(Images_DownloadSignatureRequest $request,$timeout=false)Request
12345678910class Images_DownloadSignatureRequest{// property declarationpublic $username = '';public $password = '';public $gateid=0;}JSON Reply
123456789101112131415161718192021222324252627282930313233343536373839{"response": "Success","responsecode": "0","description": "Image download succeeded for 78022528","responseurl": "http://stats.slimcd.com/wswebservices/images.asmx/DownloadSignature","datablock": {"filetype": "1","fileformat": "application/octet-stream","imagedata": "030010D613508A6908A6908A6908A6908A6908A6908A6908B6908B6908B6908C6908C6908D6A08D6A08E6A08E6A08F6A0906A0916A0926A0926909369094690966809667098660996509A6409B6309C6209D6009D5F09E5E09F5D0A05B0A15A0A1580A2570A3550A3530A4510A5500A64E0A64C0A74A0A8490A8480A9460AA450AA440AB430AB420AB410AC400AC400AC400AB410AB410AB420AB430AA440A9450A9450A8470A8480A7490A64A0A64B0A54C0A44E0A34F0A3500A2510A2530A1540A05509F5709F5809E5909E5A09D5B09C5D09C5E09B5F09B6009A61099620996309865097660966709668095690946A0936B0926C0926D0916E0906F08F7108E7208D7208D7308C7408C7508B7608B7608A770897808978088790887A0877B0877B0867C0867C0857D0857D0847E0847E0837E0837E0837E0827E0827E0827E0817E0817E0807E0807F0807E0807E07F7E07F7E07F7E07F7E07E7E07E7E07E7E07E7E07F7D07F7D07F7C07F7C07F7B0807B0807A081790827808377084760867508774088730897208A7108B7108C7008C7008D7008D7008D7008D7008E7008E7008E7008E7108E7208E7208F7308F7308F7408F7508F75090760907709077091780917809278092790937909479095790967909679097780987809878099780997809A7809A7809A7809B7809B7809B7809B7809B7809A7009A7009A7009970099700997009871098710987109871098710987109871098710A5770A5770A5770A5780A4780A4780A4780A4780A4780A4780A5780A5780A6780A6780A7780A8770A9760AA750AB740AD720AE700B06E0B16C0B36A0B4680B5660B6640B8620B9600BA5F0BA5D0BB5C0BC5A0BC5A0BD590BD590BD590BD590BD590BC590BC5A0BB5B0BB5C0BA5E0B95F0B9600B8620B8630B7640B7650B7660B7660B7670B7680B7680B8690B8690B9690B9690BA690BB690BC680BD670BE660C0650C1630C2610C45F0C55D0C65C0C85A0C8590C9570CA570CA560CA560CA570C9580C85A0C75C0C55E0C3610C2640C1660C0690BF6B0BF6D0BF6F0C0700C1710C2710C3720C3720C3720C3720CB720CA720CA720CA720CA720CA720CA720CB720CC720CC710CE700CF6F0D16E0D26C0D46B0D5690D6670D8660D8640D9620DA600DB5E0DC5C0DD5A0DE580DE570DF550E0540E0520E0510E1510E1500E1500E0510E0510DF530DE540DC560DB590D95B0D85D0D65F0D5620D4640D2660D1690D06B0CF6C0CE6E0CD700CC710CC720CC730CC740CC750CC750CC750CD750CD760CE750CF750D0750D1740D2740D3730D5730D6720D7720D8710D9710DA710DB700DC700DC700DD700DE6F0DE6F0DF6F0DF6F0E06F0E0700E1700E26F0E36F0E46F0E56F0E66F0E76E0E76E0E86E0E86E0E96E0E96F0E96F0E96F0E96F0E9700E9700E9700EA700EA710EA700EB700EC700EE6F0F06D0F26C0F4690F6670F9640FB610FD5E0FF5A1025710354105511074E1084B1094910948109461094510945108451074510546103481004C0FC500F9540F55A0F25F0EF630ED680EA6C0E8700E7740E5770E47A0E37C0E27D0E17E0E17E0E17F0E17F0E27F0E27F0E37F0E57E0E67D0E97B0EB780EE750F2720F66E0FB69100651066010C5A112571175411D5112151125501274F1275012750"}}Sample Code
12345678910111213141516171819include 'slimcd.php';// Create the Slim CD object$SlimCD = new SlimCD() ;// Create a DownloadSignature Request class$request = new Images_DownloadSignatureRequest() ;$request->username = 1032;$request->password = 289075;$request->gateid=78022528;$result = $SlimCD->Images_DownloadSignature($request);if ($result->response == 'Success') {echo 'Success!' ;}else {echo $result->response . ':' . $result->description ;}Downloads
- Include
123using SlimCD;
Method
123public DownloadSignatureReply DownloadSignature(DownloadSignatureRequest request, int timeout);
Request
12345678public class DownloadSignatureRequest{public string username { get; set; }public string password { get; set; }public int gateid { get; set; }}
Reply
1234567891011121314public class DownloadSignatureReply{public string response;public string responsecode;public string description;public string responseurl;public string filetype;public string fileformat;public string imagedata;public string senddata;public string recvdata;}
Cross Reference: ClientSample Code
1234567891011121314151617181920SlimCD.Images images = new SlimCD.Images();images.debug = true;images.transURL = TransURL;images.statsURL = StatsURL;DownloadSignatureRequest request = new DownloadSignatureRequest();DownloadSignatureReply reply = new DownloadSignatureReply();request.username = 1032;request.password = 289075;request.gateid = 78022528;reply = images.DownloadSignature(request, 60);if (reply.response.ToUpper() == "SUCCESS"){MessageBox.Show("Success");}else{MessageBox.Show("There was a problem:\n(" + reply.response & ") " + reply.description);}Downloads
- Include
123using SlimCD;
Method
0123public async Task DownloadSignature(DownloadSignatureRequest request,int timeout);
Request
12345678public class DownloadSignatureRequest{public string username { get; set; }public string password { get; set; }public int gateid { get; set; }}
Reply
1234567891011121314public class DownloadSignatureReply{public string response;public string responsecode;public string description;public string responseurl;public string filetype;public string fileformat;public string imagedata;public string senddata;public string recvdata;}
Cross Reference: ClientSample Code
1234567891011121314151617181920SlimCD.Images images = new SlimCD.Images();images.debug = true;images.transURL = TransURL;images.statsURL = StatsURL;DownloadSignatureRequest request = new DownloadSignatureRequest();DownloadSignatureReply reply = new DownloadSignatureReply();request.username = 1032;request.password = 289075;request.gateid = 78022528;reply = await images.DownloadSignature(request, 60);if (reply.response.ToUpper() == "SUCCESS"){MessageBox.Show("Success");}else{MessageBox.Show("There was a problem:\n(" + reply.response & ") " + reply.description);}Downloads
- INCLUDE
123#import "SlimCD.h"
Method
1234567typedef void (^ImagesDownloadSignatureReplyBlock)(ImagesDownloadSignatureReply *reply);- (void) imagesDownloadSignatureWithRequest:(ImagesDownloadSignatureRequest*)request replyBlock:(ImagesDownloadSignatureReplyBlock)replyBlock;- (void) imagesDownloadSignatureWithRequest:(ImagesDownloadSignatureRequest*)request timeout:(NSTimeInterval)timeout replyBlock:(ImagesDownloadSignatureReplyBlock)replyBlock;Request
123456789@interface ImagesDownloadSignatureRequest@property (strong) NSString *userName;@property (strong) NSString *password;@property (strong) NSNumber *gateID;@endReply
123456789@interface ImagesDownloadSignatureReply : SlimCDReply@property (strong) NSString *fileType;@property (strong) NSString *fileFormat;@property (strong) NSString *imageData;@endSample Code
123456789101112131415SlimCD *api = [[SlimCD alloc] init];ImagesDownloadSignatureRequest *request = [[ImagesDownloadSignatureRequest alloc] init];request.userName = @"1032";request.password = @"289075";request.gateID = @12345;[api imagesDownloadSignatureWithRequest:request replyBlock:^(ImagesDownloadSignatureReply *reply ){if ( reply.responseCode == RC_SUCCESS ){}}]; -
Method
123<textarea class="doc_code" cols="88" readonly="readonly" rows="1"> public void getDownloadSignature(DownloadSignatureRequest imagesDownloadSignatureRequest,int timeout, DownloadSignatureCallback callback)public void getDownloadSignature( DownloadSignatureRequest imagesDownloadSignatureRequest,DownloadSignatureCallback callback) </textarea>request
12345678910111213141516171819202122232425262728293031323334353637383940414243444546<textarea class="doc_code" cols="88" readonly="readonly" rows="10"> public class DownloadSignatureRequest {// request parameters.private String username;private String password;private int gateid;// set default value.public DownloadSignatureRequest(){username="";password="";gateid=0;}// setters and getters.public String getUsername() {return username;}public void setUsername(String username) {this.username = username;}public String getPassword() {return password;}public void setPassword(String password) {this.password = password;}public int getGateid() {return gateid;}public void setGateid(int gateid) {this.gateid = gateid;}}}</textarea>Reply
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273<textarea class="doc_code" cols="88" readonly="readonly" rows="1"> public class DownloadSignatureReply {// response parameters.private String filetype="";private String fileformat="";private String imagedata="";private String response="";private String responsecode="";private String description="";private String responseurl="";private String sentdata="";private String recvdata="";// setters and getters.public String getFiletype() {return filetype;}public void setFiletype(String filetype) {this.filetype = filetype;}public String getFileformat() {return fileformat;}public void setFileformat(String fileformat) {this.fileformat = fileformat;}public String getImagedata() {return imagedata;}public void setImagedata(String imagedata) {this.imagedata = imagedata;}public String getSentdata() {return sentdata;}public void setSentdata(String sentdata) {this.sentdata = sentdata;}public String getRecvdata() {return recvdata;}public void setRecvdata(String recvdata) {this.recvdata = recvdata;}public String getResponse() {return response;}public void setResponse(String response) {this.response = response;}public String getResponsecode() {return responsecode;}public void setResponsecode(String responsecode) {this.responsecode = responsecode;}public String getDescription() {return description;}public void setDescription(String description) {this.description = description;}public String getResponseurl() {return responseurl;}public void setResponseurl(String responseurl) {this.responseurl = responseurl;}}</textarea>Sample Code
123456789101112131415161718192021222324252627<textarea class="doc_code" cols="88" readonly="readonly" rows="20">// To set the request parameter.DownloadSignatureRequest request=new DownloadSignatureRequest();request.setUsername("1032");request.setPassword("289075");request.setGateid(78022528);// To call the web service.new ImagesDownloadSignature().getDownloadSignature(request, new DownloadSignatureCallback() {@Overridepublic void getDownloadSignatureReply(DownloadSignatureReply reply) {if (reply.getResponse().equals("Success")){textBox.setText("Success");}else{textBox.setText("There was a problem:\n" + reply.getResponse() +"\n Descriptin "+ reply.getDescription());}}});</textarea>Downloads
- URL
Protocols
- SOAP/XML
- HTTP POST
- HTTP GET
Request
Status Codes
Status Code Status Description Explanation 200 200 OK Approved or declined attempts will return a response with an XML reply block 500 500 Internal Server Error The response will not contain XML, as a server error has occurred. Reply Output is in XML format if a status code of 200 is returned.
1234567891011121314151617181920212223242526272829303132333435363738394041<!--?xml version="1.0" encoding="utf-8" ?-->Success0Image download succeeded for 78022528https://stats.slimcd.com/wswebservices/images.asmx/DownloadSignature1application/octet-stream030010D613508A6908A6908A6908A6908A6908A6908A6908B6908B6908B6908C6908C6908D6A08D6A08E6A08E6A08F6A0906A0916A0926A0926909369094690966809667098660996509A6409B6309C6209D6009D5F09E5E09F5D0A05B0A15A0A1580A2570A3550A3530A4510A5500A64E0A64C0A74A0A8490A8480A9460AA450AA440AB430AB420AB410AC400AC400AC400AB410AB410AB420AB430AA440A9450A9450A8470A8480A7490A64A0A64B0A54C0A44E0A34F0A3500A2510A2530A1540A05509F5709F5809E5909E5A09D5B09C5D09C5E09B5F09B6009A61099620996309865097660966709668095690946A0936B0926C0926D0916E0906F08F7108E7208D7208D7308C7408C7508B7608B7608A770897808978088790887A0877B0877B0867C0867C0857D0857D0847E0847E0837E0837E0837E0827E0827E0827E0817E0817E0807E0807F0807E0807E07F7E07F7E07F7E07F7E07E7E07E7E07E7E07E7E07F7D07F7D07F7C07F7C07F7B0807B0807A081790827808377084760867508774088730897208A7108B7108C7008C7008D7008D7008D7008D7008E7008E7008E7008E7108E7208E7208F7308F7308F7408F7508F75090760907709077091780917809278092790937909479095790967909679097780987809878099780997809A7809A7809A7809B7809B7809B7809B7809B7809A7009A7009A7009970099700997009871098710987109871098710987109871098710A5770A5770A5770A5780A4780A4780A4780A4780A4780A4780A5780A5780A6780A6780A7780A8770A9760AA750AB740AD720AE700B06E0B16C0B36A0B4680B5660B6640B8620B9600BA5F0BA5D0BB5C0BC5A0BC5A0BD590BD590BD590BD590BD590BC590BC5A0BB5B0BB5C0BA5E0B95F0B9600B8620B8630B7640B7650B7660B7660B7670B7680B7680B8690B8690B9690B9690BA690BB690BC680BD670BE660C0650C1630C2610C45F0C55D0C65C0C85A0C8590C9570CA570CA560CA560CA570C9580C85A0C75C0C55E0C3610C2640C1660C0690BF6B0BF6D0BF6F0C0700C1710C2710C3720C3720C3720C3720CB720CA720CA720CA720CA720CA720CA720CB720CC720CC710CE700CF6F0D16E0D26C0D46B0D5690D6670D8660D8640D9620DA600DB5E0DC5C0DD5A0DE580DE570DF550E0540E0520E0510E1510E1500E1500E0510E0510DF530DE540DC560DB590D95B0D85D0D65F0D5620D4640D2660D1690D06B0CF6C0CE6E0CD700CC710CC720CC730CC740CC750CC750CC750CD750CD760CE750CF750D0750D1740D2740D3730D5730D6720D7720D8710D9710DA710DB700DC700DC700DD700DE6F0DE6F0DF6F0DF6F0E06F0E0700E1700E26F0E36F0E46F0E56F0E66F0E76E0E76E0E86E0E86E0E96E0E96F0E96F0E96F0E96F0E9700E9700E9700EA700EA710EA700EB700EC700EE6F0F06D0F26C0F4690F6670F9640FB610FD5E0FF5A1025710354105511074E1084B1094910948109461094510945108451074510546103481004C0FC500F9540F55A0F25F0EF630ED680EA6C0E8700E7740E5770E47A0E37C0E27D0E17E0E17E0E17F0E17F0E27F0E27F0E37F0E57E0E67D0E97B0EB780EE750F2720F66E0FB69100651066010C5A112571175411D5112151125501274F1275012750If the block’s tag does not indicate “Successâ€, the tag will contain an error description which can be displayed to the end-user
Sample Code
Downloads
Exerciser Tool
Remarks
- Remarks Go here
- URL
123https://stats.slimcd.com/soft/json/jsonscript.asp?service=DownloadSignature
Protocols- HTTP POST
- HTTP GET
This function accepts either name/value pairs or JSON
Request
Reply
1234567891011121314151617181920212223242526272829303132333435363738394041{"reply": {"response": "Success","responsecode": "0","description": "Image download succeeded for 78022528","responseurl": "http://stats.slimcd.com/wswebservices/images.asmx/DownloadSignature","datablock": {"filetype": "1","fileformat": "application/octet-stream","imagedata": "030010D613508A6908A6908A6908A6908A6908A6908A6908B6908B6908B6908C6908C6908D6A08D6A08E6A08E6A08F6A0906A0916A0926A0926909369094690966809667098660996509A6409B6309C6209D6009D5F09E5E09F5D0A05B0A15A0A1580A2570A3550A3530A4510A5500A64E0A64C0A74A0A8490A8480A9460AA450AA440AB430AB420AB410AC400AC400AC400AB410AB410AB420AB430AA440A9450A9450A8470A8480A7490A64A0A64B0A54C0A44E0A34F0A3500A2510A2530A1540A05509F5709F5809E5909E5A09D5B09C5D09C5E09B5F09B6009A61099620996309865097660966709668095690946A0936B0926C0926D0916E0906F08F7108E7208D7208D7308C7408C7508B7608B7608A770897808978088790887A0877B0877B0867C0867C0857D0857D0847E0847E0837E0837E0837E0827E0827E0827E0817E0817E0807E0807F0807E0807E07F7E07F7E07F7E07F7E07E7E07E7E07E7E07E7E07F7D07F7D07F7C07F7C07F7B0807B0807A081790827808377084760867508774088730897208A7108B7108C7008C7008D7008D7008D7008D7008E7008E7008E7008E7108E7208E7208F7308F7308F7408F7508F75090760907709077091780917809278092790937909479095790967909679097780987809878099780997809A7809A7809A7809B7809B7809B7809B7809B7809A7009A7009A7009970099700997009871098710987109871098710987109871098710A5770A5770A5770A5780A4780A4780A4780A4780A4780A4780A5780A5780A6780A6780A7780A8770A9760AA750AB740AD720AE700B06E0B16C0B36A0B4680B5660B6640B8620B9600BA5F0BA5D0BB5C0BC5A0BC5A0BD590BD590BD590BD590BD590BC590BC5A0BB5B0BB5C0BA5E0B95F0B9600B8620B8630B7640B7650B7660B7660B7670B7680B7680B8690B8690B9690B9690BA690BB690BC680BD670BE660C0650C1630C2610C45F0C55D0C65C0C85A0C8590C9570CA570CA560CA560CA570C9580C85A0C75C0C55E0C3610C2640C1660C0690BF6B0BF6D0BF6F0C0700C1710C2710C3720C3720C3720C3720CB720CA720CA720CA720CA720CA720CA720CB720CC720CC710CE700CF6F0D16E0D26C0D46B0D5690D6670D8660D8640D9620DA600DB5E0DC5C0DD5A0DE580DE570DF550E0540E0520E0510E1510E1500E1500E0510E0510DF530DE540DC560DB590D95B0D85D0D65F0D5620D4640D2660D1690D06B0CF6C0CE6E0CD700CC710CC720CC730CC740CC750CC750CC750CD750CD760CE750CF750D0750D1740D2740D3730D5730D6720D7720D8710D9710DA710DB700DC700DC700DD700DE6F0DE6F0DF6F0DF6F0E06F0E0700E100E26F0E36F0E46F0E56F0E66F0E76E0E76E0E86E0E86E0E96E0E96F0E96F0E96F0E96F0E9700E9700E9700EA700EA710EA700EB700EC700EE6F0F06D0F26C0F4690F6670F9640FB610FD5E0FF5A1025710354105511074E1084B1094910948109461094510945108451074510546103481004C0FC500F9540F55A0F25F0EF630ED680EA6C0E8700E7740E5770E47A0E37C0E27D0E17E0E17E0E17F0E17F0E27F0E27F0E37F0E57E0E67D0E97B0EB780EE750F2720F66E0FB69100651066010C5A112571175411D5112151125501274F1275012750"}}Sample Code
Remarks
- None