Generic protocol: Difference between revisions

Jump to navigation Jump to search
→‎ASCII protocol parameters: use color codes like elsewhere on this wiki
(Syntax highlighting, tables and formatting)
(→‎ASCII protocol parameters: use color codes like elsewhere on this wiki)
Line 80: Line 80:


{| class="wikitable"
{| class="wikitable"
! Parameter tag !! Out !! In !! Type !! Default !! Purpose
! Parameter tag  
! Out  
! In
! Type  
! Default  
! Purpose
|-
|-
| <tt>&lt;preamble&gt;</tt> || x || || String || "" || File header put on top of the file
| <tt>&lt;preamble&gt;</tt>  
| style="background-color: #33FF33;" | Yes
| style="background-color: #FF3333;" | No
| String  
| ""  
| File header put on top of the file
|-
|-
| <tt>&lt;postamble&gt;</tt> || x || || String || "" || File footer put at the end of the file
| <tt>&lt;postamble&gt;</tt>  
| style="background-color: #33FF33;" | Yes
| style="background-color: #FF3333;" | No
| String  
| ""  
| File footer put at the end of the file
|-
|-
| <tt>&lt;binary_mode&gt;</tt> || x || x || Boolean || False || Indicates if binary mode is to be used instead of ASCII
| <tt>&lt;binary_mode&gt;</tt>
| style="background-color: #33FF33;" | Yes
| style="background-color: #33FF33;" | Yes
| Boolean  
| False  
| Indicates if binary mode is to be used instead of ASCII
|-
|-
| <tt>&lt;var_separator&gt;</tt> || x || x || String || "" || Field separator
| <tt>&lt;var_separator&gt;</tt>
| style="background-color: #33FF33;" | Yes
| style="background-color: #33FF33;" | Yes
| String  
| ""  
| Field separator
|-
|-
| <tt>&lt;line_separator&gt;</tt> || x || x || String || "" || Separator between data sets
| <tt>&lt;line_separator&gt;</tt>
| style="background-color: #33FF33;" | Yes
| style="background-color: #33FF33;" | Yes
| String  
| ""  
| Separator between data sets
|}
|}


Navigation menu