Binarix FL-net Library for Windows
アセンブリ: Binarix.FLnet (Binarix.FLnet.dll 内) バージョン: 2.0.0.0 (2.0.0.0)
バイトブロックリード応答メッセージを送信する
名前空間: Binarix.FALinkアセンブリ: Binarix.FLnet (Binarix.FLnet.dll 内) バージョン: 2.0.0.0 (2.0.0.0)
構文
C# |
---|
public FLResult ReplyReadByte( int node, FLMessageReply reply, uint blockAddress, uint blockSize ) |
Visual Basic |
---|
Public Function ReplyReadByte ( _ node As Integer, _ reply As FLMessageReply, _ blockAddress As UInteger, _ blockSize As UInteger _ ) As FLResult |
Visual C++ |
---|
public: FLResult ReplyReadByte( int node, FLMessageReply reply, unsigned int blockAddress, unsigned int blockSize ) |
パラメータ
- node
- Type: System..::..Int32
メッセージ送信先ノード番号
- reply
- Type: Binarix.FALink..::..FLMessageReply
メッセージ処理結果(応答メッセージの結果)
- blockAddress
- Type: System..::..UInt32
メッセージ仮想アドレス空間におけるアドレス
- blockSize
- Type: System..::..UInt32
メッセージ仮想アドレス空間におけるデータサイズ(単位:バイト)