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 enum FLTransactionCode |
Visual Basic |
---|
Public Enumeration FLTransactionCode |
Visual C++ |
---|
public enum class FLTransactionCode |
メンバ
メンバ | 値 | 説明 | |
---|---|---|---|
RequestReadByte | 65003 | バイトブロックリード要求メッセージ | |
RequestWriteByte | 65004 | バイトブロックライト要求メッセージ | |
RequestReadWord | 65005 | ワードブロックリード要求メッセージ | |
RequestWriteWord | 65006 | ワードブロックライト要求メッセージ | |
RequestReadParam | 65007 | ネットワークパラメータリードフレーム要求メッセージ | |
RequestWriteParam | 65008 | ネットワークパラメータライトフレーム要求メッセージ | |
RequestStop | 65009 | 停止指令要求メッセージ | |
RequestStart | 65010 | 運転指令要求メッセージ | |
RequestReadProfile | 65011 | プロファイルリードフレーム要求メッセージ | |
RequestReadLog | 65013 | ログデータリードフレーム要求メッセージ | |
RequestClearLog | 65014 | ログデータクリアフレーム要求メッセージ | |
RequestLoopBack | 65015 | メッセージ折返しフレーム要求メッセージ | |
RequestVender | 65016 | ベンダー固有要求メッセージ | |
ReplyReadByte | 65203 | バイトブロックリード応答メッセージ | |
ReplyWriteByte | 65204 | バイトブロックライト応答メッセージ | |
ReplyReadWord | 65205 | ワードブロックリード応答メッセージ | |
ReplyWriteWord | 65206 | ワードブロックライト応答メッセージ | |
ReplyReadParam | 65207 | ネットワークパラメータリード応答メッセージ | |
ReplyWriteParam | 65208 | ネットワークパラメータライト応答メッセージ | |
ReplyStop | 65209 | 停止指令応答メッセージ | |
ReplyStart | 65210 | 運転指令応答メッセージ | |
ReplyReadProfile | 65211 | プロファイルリード応答メッセージ | |
ReplyReadLog | 65213 | ログデータリード応答メッセージ | |
ReplyClearLog | 65214 | ログデータクリア応答メッセージ | |
ReplyLoopBack | 65215 | メッセージ折返し応答メッセージ | |
ReplyVender | 65216 | ベンダー固有応答メッセージ | |
UserFirst | 10000 | 透過形メッセージ(ユーザー定義メッセージ)の先頭 | |
UserLast | 59999 | 透過形メッセージ(ユーザー定義メッセージ)の最後 |