Binarix FL-net Library for Windows
ネットワークパラメータライト要求メッセージを送信する

名前空間: Binarix.FALink
アセンブリ: Binarix.FLnet (Binarix.FLnet.dll 内) バージョン: 2.0.0.0 (2.0.0.0)

構文

C#
public FLResult SendWriteNetworkParam(
	int node,
	FLNetworkParamOptions flags,
	int c1Address,
	int c1Size,
	int c2Address,
	int c2Size,
	string nodeName
)
Visual Basic
Public Function SendWriteNetworkParam ( _
	node As Integer, _
	flags As FLNetworkParamOptions, _
	c1Address As Integer, _
	c1Size As Integer, _
	c2Address As Integer, _
	c2Size As Integer, _
	nodeName As String _
) As FLResult
Visual C++
public:
FLResult SendWriteNetworkParam(
	int node, 
	FLNetworkParamOptions flags, 
	int c1Address, 
	int c1Size, 
	int c2Address, 
	int c2Size, 
	String^ nodeName
)

パラメータ

node
Type: System..::..Int32
メッセージ送信先ノード番号
flags
Type: Binarix.FALink..::..FLNetworkParamOptions
設定パラメータフラグ
c1Address
Type: System..::..Int32
領域1アドレス
c1Size
Type: System..::..Int32
領域1サイズ(単位:WORD)
c2Address
Type: System..::..Int32
領域2アドレス
c2Size
Type: System..::..Int32
領域2サイズ(単位:WORD)
nodeName
Type: System..::..String
ノード名

戻り値

FLResult列挙型の値。正常に終了した時はFLResult.OKを返す。

参照