diff --git a/Directory.Build.props b/Directory.Build.props index 9a0a553..b3b631e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ Roland König Roland König - Library and cross-platform Gui for message based communication (Tcp, ...). + Cross-platform Library for message based communication (Tcp, ...). ©2020 by Roland König https://github.com/RolandKoenig/MessageCommunicator https://github.com/RolandKoenig/MessageCommunicator.git diff --git a/MessageCommunicator/MessageCommunicator.xml b/MessageCommunicator/MessageCommunicator.xml index 003569f..b6fd0e9 100644 --- a/MessageCommunicator/MessageCommunicator.xml +++ b/MessageCommunicator/MessageCommunicator.xml @@ -1110,6 +1110,16 @@ + + + This class provides all settings for . + + + + + Gets or sets the to be used when convert characters to/from bytes. + + Creates a new instance. @@ -1119,24 +1129,154 @@ + + + This implementation recognizes messages with one or more end symbols. + + + + + Creates a new instance. + + The to be used when convert characters to/from bytes. + The end symbols of received/sent messages. + + + + + + + This class provides all settings for . + + + + + Gets or sets the to be used when convert characters to/from bytes. + + + + + Gets or sets the end symbols of received/sent messages. + + + + + Creates a new instance. + + The to be used when convert characters to/from bytes. + The end symbols of received/sent messages. + + + + This implementation recognizes messages with one or more end symbols and + a fixed length. + + + + + Creates a new instance. + + The to be used when convert characters to/from bytes. + The end symbols of received/sent messages. + Total length of received/sent messages. + Fill symbol for messages shorter than the fixed length. + + + + + + + This class provides all settings for . + + + + + Gets or sets the to be used when convert characters to/from bytes. + + + + + Gets or sets the end symbols of received/sent messages. + + + + + Gets or sets the total length of received/sent messages. + + + + + Gets or sets the fill symbol for messages shorter than the fixed length. + + + + + Creates a new instance. + + The to be used when convert characters to/from bytes. + The end symbols of received/sent messages. + Total length of received/sent messages. + Fill symbol for messages shorter than the fixed length. + + + + This implementation recognizes messages with one or more start and end symbols. + + + + + Creates a new instance. + + The to be used when convert characters to/from bytes. + The start symbols of received/sent messages. + The end symbols of received/sent messages. + + + + This class provides all settings for . + + + + + Gets or sets the to be used when convert characters to/from bytes. + + + + + Gets or sets the start symbols of received/sent messages. + + + + + Gets or sets the end symbols of received/sent messages. + + + + + Creates a new instance. + + The to be used when convert characters to/from bytes. + The start symbols of received/sent messages. + The end symbols of received/sent messages. +