Lib Sub-System: Options

01 The Semys Library contains a simple set of helper functions that can parse ASCII option strings as they are used by the transporter interface.
02 The format of an option string is loosely based on the URI syntax and the helper decode according only a simple set of rules.
03 An option string has the following pattern:
str := Main [ "?" OptionEntries ]
OptionEntries := OptionEntry [ "&" OptionEntry ]
OptionEntry := Name [ "=" Value ]
04 Structures:
05 Functions:
06 Reference: SemysOptions.h
Implementation: Semys Library

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.