CmdMessenger  3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
Public Member Functions
CommandMessenger.IsEscaped Class Reference

Class for bookkeeping which characters in the stream are escaped. More...

List of all members.

Public Member Functions

bool EscapedChar (char currChar)
 Returns if the character is escaped. Note create new instance for every independent string.

Detailed Description

Class for bookkeeping which characters in the stream are escaped.


Member Function Documentation

bool CommandMessenger.IsEscaped.EscapedChar ( char  currChar)

Returns if the character is escaped. Note create new instance for every independent string.

Parameters:
currCharThe currebt character.
Returns:
true if the character is escaped, false if not.

The documentation for this class was generated from the following file: