public class SerialPortClient : SerialPortClientBase, 
	ISerialPortClient, ISerialPortSession, ISetupConfigObject, IResolverConfigObject, IConfigObject, 
	IDependencyObject, IDisposableObject, IDisposable, ILoggerObject, IPluginObject, 
	IResolverObject, IDependencyClient, IClient, IOnlineClient, IClosableClient, 
	IConnectableClient, IClientSender, ISender, IRequestInfoSender, IReceiverClient<IReceiverResult>Public Class SerialPortClient
	Inherits SerialPortClientBase
	Implements ISerialPortClient, ISerialPortSession, ISetupConfigObject, IResolverConfigObject, 
	IConfigObject, IDependencyObject, IDisposableObject, IDisposable, ILoggerObject, 
	IPluginObject, IResolverObject, IDependencyClient, IClient, IOnlineClient, 
	IClosableClient, IConnectableClient, IClientSender, ISender, IRequestInfoSender, 
	IReceiverClient(Of IReceiverResult)type SerialPortClient = 
    class
        inherit SerialPortClientBase
        interface ISerialPortClient
        interface ISerialPortSession
        interface ISetupConfigObject
        interface IResolverConfigObject
        interface IConfigObject
        interface IDependencyObject
        interface IDisposableObject
        interface IDisposable
        interface ILoggerObject
        interface IPluginObject
        interface IResolverObject
        interface IDependencyClient
        interface IClient
        interface IOnlineClient
        interface IClosableClient
        interface IConnectableClient
        interface IClientSender
        interface ISender
        interface IRequestInfoSender
        interface IReceiverClient<IReceiverResult>
    end| SerialPortClient | 初始化 SerialPortClient 类的一个新实例 | 
| Closed | 断开连接 | 
| ClosedToken |   
            获取一个 CancellationToken,用于指示客户端是否已关闭。  
             (继承自 SerialPortClientBase。)  | 
| Closing | 即将断开连接(仅主动断开时有效)。 | 
| Config | 
            配置项
             (继承自 SetupConfigObject。)  | 
| Connected | 成功打开串口 | 
| Connecting | 准备连接串口的时候 | 
| DisposedValue | 
            标识该对象是否已被释放
             (继承自 DisposableObject。)  | 
| IsClient | 
            表示是否为客户端终端。当为时,表示是客户端。否则为服务器通讯终端。
             (继承自 SerialPortClientBase。)  | 
| LastReceivedTime | 
            最后一次接收到数据的时间
             (继承自 SerialPortClientBase。)  | 
| LastSentTime | 
            最后一次发送数据的时间
             (继承自 SerialPortClientBase。)  | 
| Logger | 
            日志记录器
             (继承自 ConfigObject。)  | 
| Online | 
            判断是否在线
             (继承自 SerialPortClientBase。)  | 
| PluginManager | 
            插件管理器
             (继承自 SetupConfigObject。)  | 
| ProtectedDataHandlingAdapter | (继承自 SerialPortClientBase。)  | 
| Protocol | 
            终端协议
             (继承自 SerialPortClientBase。)  | 
| Received | 接收到数据 | 
| Resolver | 
            获取解析器实例。
             (继承自 SetupConfigObject。)  | 
| Connect | 
            同步执行连接操作。
             (由 ClientExtension 定义。)  | 
| ConnectAsync | 
            异步连接
             (由 ClientExtension 定义。)  | 
| CreateWaitingClient | 
            创建一个等待客户端,用于处理串口通信中的接收操作。
             (由 WaitingClientExtension 定义。)  | 
| Map | 
            将源对象的属性映射到目标对象的属性中。
             (由 Mapper 定义。)  | 
| Map | 
            将源对象映射到目标类型的实例。
             (由 Mapper 定义。)  | 
| MapTTarget | 
            将源对象映射到指定目标类型的新实例。
             (由 Mapper 定义。)  | 
| SafeDispose | 
            安全性释放(不用判断对象是否为空)。不会抛出任何异常。
             内部会判断DisposedValue的值,如果为,则不会再执行Dispose。 (由 SystemExtension 定义。)  | 
| SafeDispose | 
            安全性释放(不用判断对象是否为空)。不会抛出任何异常。
             (由 SystemExtension 定义。)  | 
| Setup | 
            同步配置方法。
            使用给定的配置对象进行设置。
             (由 SetupConfigObjectExtension 定义。)  | 
| ToJsonString | 
            转换为Json
             (由 SerializeConvert 定义。)  | 
| TryConnect | 
            同步执行连接操作。不会抛出异常。
             (由 ClientExtension 定义。)  | 
| TryConnectAsync | 
            尝试连接。不会抛出异常。
             (由 ClientExtension 定义。)  |