documentation
This commit is contained in:
@@ -104,6 +104,7 @@ class DataField {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the name of the specified day.
|
* Return the name of the specified day.
|
||||||
|
* @param day the day (between 0 and 6).
|
||||||
* @return the name of the specified day.
|
* @return the name of the specified day.
|
||||||
*/
|
*/
|
||||||
static string getDayName(int day);
|
static string getDayName(int day);
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ class SymbolString {
|
|||||||
* Return the symbols as hex string.
|
* Return the symbols as hex string.
|
||||||
* @param unescape whether to unescape an escaped instance.
|
* @param unescape whether to unescape an escaped instance.
|
||||||
* @param skipLastSymbol whether to skip the last symbol (probably the CRC).
|
* @param skipLastSymbol whether to skip the last symbol (probably the CRC).
|
||||||
|
* @param skipFirstSymbols the number of first symbols to skip.
|
||||||
* @return the symbols as hex string.
|
* @return the symbols as hex string.
|
||||||
*/
|
*/
|
||||||
const string getDataStr(const bool unescape = true, const bool skipLastSymbol = true,
|
const string getDataStr(const bool unescape = true, const bool skipLastSymbol = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user