TKMP.DLLのダウンロード

インスタンスの初期化

Namespace:  TKMP.Net
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public DataReceiveArgs(
	int ReadLength
)
Visual Basic (Declaration)
Public Sub New ( _
	ReadLength As Integer _
)

Parameters

ReadLength
Type: System..::.Int32
受信データサイズ

See Also