Table of Contents

Search

  1. Preface
  2. Introduction
  3. Program Design
  4. SSA-NAME3 Functions
  5. Language Specific Guidelines
  6. Controls
  7. Advanced Controls
  8. Address Standardization
  9. ASM Workbench

SSA-NAME3 API Reference Guide

SSA-NAME3 API Reference Guide

addr_set_lines

addr_set_lines

Use this function to provide an address to parse or validate.

Prototype

using ssa ; public void addr_set_lines ( byte [ ] line_1 , / / Block in byte [ ] line_2 , / / Block in byte [ ] line_3 , / / Block in byte [ ] line_4 , / / Block in byte [ ] line_5 , / / Block in byte [ ] line_6 , / / Block in byte [ ] line_7 , / / Block in byte [ ] line_8 , / / Block in byte [ ] line_9 , / / Block in byte [ ] line_10 / / Block in ) ;

Parameters

session
Refer to the Common Parameters section
rsp
Refer to the Common Parameters section
ssaMsg
Refer to the SSA-NAME3 Error Messages section
line_1
The first line of the address
line_2
The second line of the address
line_3
The third line of the address
line_4
The fourth line of the address
line_5
The fifth line of the address
line_6
The sixth line of the address
line_7
The seventh line of the address
line_8
The eighth line of the address
line_9
The ninth line of the address
line_10
The tenth line of the address

Return Code

negative for error, 0 for success

0 COMMENTS

We’d like to hear from you!