初期化コマンドの送信

Namespace: FVIL.IO
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public abstract Object SendCommand(
	string command
)
Visual Basic
Public MustOverride Function SendCommand ( 
	command As String
) As Object

Parameters

command
Type: System..::..String
コマンド [書式: key=value1,value2,...]

Return Value

Type: Object
プロパティまたはメソッドの戻り値を返します。 void の場合は null を返します。

See Also