Binarix FL-net Library for Windows
バイトブロックリード要求メッセージを送信する

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

構文

C#
public FLResult SendReadByte(
	int node,
	uint blockAddress,
	uint blockSize
)
Visual Basic
Public Function SendReadByte ( _
	node As Integer, _
	blockAddress As UInteger, _
	blockSize As UInteger _
) As FLResult
Visual C++
public:
FLResult SendReadByte(
	int node, 
	unsigned int blockAddress, 
	unsigned int blockSize
)

パラメータ

node
Type: System..::..Int32
メッセージ送信先ノード番号
blockAddress
Type: System..::..UInt32
メッセージ仮想アドレス空間におけるアドレス
blockSize
Type: System..::..UInt32
メッセージ仮想アドレス空間におけるデータのバイト数

戻り値

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

参照