一款简单易用的基础网络通讯组件库。

TLVDataHandlingAdapter 构造函数

初始化一个TLV适配器。

Definition

命名空间: TouchSocket.Sockets
程序集: TouchSocketPro (在 TouchSocketPro.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public TLVDataHandlingAdapter(
	FixedHeaderType lengthType,
	Func<TLVDataFrame, bool> verifyFunc
)

参数

lengthType  FixedHeaderType

[缺少 "M:TouchSocket.Sockets.TLVDataHandlingAdapter.#ctor(TouchSocket.Core.FixedHeaderType,System.Func{TouchSocket.Sockets.TLVDataFrame,System.Boolean})" 的 <param name="lengthType"/> 文档]

verifyFunc  FuncTLVDataFrame, Boolean

[缺少 "M:TouchSocket.Sockets.TLVDataHandlingAdapter.#ctor(TouchSocket.Core.FixedHeaderType,System.Func{TouchSocket.Sockets.TLVDataFrame,System.Boolean})" 的 <param name="verifyFunc"/> 文档]

参见