TKMP.DLLのダウンロード

接続の確立直後の送信メッセージをセットします。

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

Syntax

C#
string Greeting(
	string Receive
)
Visual Basic (Declaration)
Function Greeting ( _
	Receive As String _
) As String

Parameters

Receive
Type: System..::.String
受信した文字列

Return Value

送信文字列が返されます(送信文字列無しの時はNull)

See Also