CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Class for bookkeeping which characters in the stream are escaped. More...
Public Member Functions | |
bool | EscapedChar (char currChar) |
Returns if the character is escaped. Note create new instance for every independent string. |
Class for bookkeeping which characters in the stream are escaped.
bool CommandMessenger.IsEscaped.EscapedChar | ( | char | currChar | ) |
Returns if the character is escaped. Note create new instance for every independent string.
currChar | The currebt character. |