public TLVDataHandlingAdapter(
FixedHeaderType lengthType,
Func<TLVDataFrame, bool> verifyFunc
)
Public Sub New (
lengthType As FixedHeaderType,
verifyFunc As Func(Of TLVDataFrame, Boolean)
)
new :
lengthType : FixedHeaderType *
verifyFunc : Func<TLVDataFrame, bool> -> TLVDataHandlingAdapter
[缺少 "M:TouchSocket.Sockets.TLVDataHandlingAdapter.#ctor(TouchSocket.Core.FixedHeaderType,System.Func{TouchSocket.Sockets.TLVDataFrame,System.Boolean})" 的 <param name="lengthType"/> 文档]
[缺少 "M:TouchSocket.Sockets.TLVDataHandlingAdapter.#ctor(TouchSocket.Core.FixedHeaderType,System.Func{TouchSocket.Sockets.TLVDataFrame,System.Boolean})" 的 <param name="verifyFunc"/> 文档]