Binarix FL-net Library for Windows
トランザクションコード

名前空間: 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

メンバ

メンバ説明
RequestReadByte65003 バイトブロックリード要求メッセージ
RequestWriteByte65004 バイトブロックライト要求メッセージ
RequestReadWord65005 ワードブロックリード要求メッセージ
RequestWriteWord65006 ワードブロックライト要求メッセージ
RequestReadParam65007 ネットワークパラメータリードフレーム要求メッセージ
RequestWriteParam65008 ネットワークパラメータライトフレーム要求メッセージ
RequestStop65009 停止指令要求メッセージ
RequestStart65010 運転指令要求メッセージ
RequestReadProfile65011 プロファイルリードフレーム要求メッセージ
RequestReadLog65013 ログデータリードフレーム要求メッセージ
RequestClearLog65014 ログデータクリアフレーム要求メッセージ
RequestLoopBack65015 メッセージ折返しフレーム要求メッセージ
RequestVender65016 ベンダー固有要求メッセージ
ReplyReadByte65203 バイトブロックリード応答メッセージ
ReplyWriteByte65204 バイトブロックライト応答メッセージ
ReplyReadWord65205 ワードブロックリード応答メッセージ
ReplyWriteWord65206 ワードブロックライト応答メッセージ
ReplyReadParam65207 ネットワークパラメータリード応答メッセージ
ReplyWriteParam65208 ネットワークパラメータライト応答メッセージ
ReplyStop65209 停止指令応答メッセージ
ReplyStart65210 運転指令応答メッセージ
ReplyReadProfile65211 プロファイルリード応答メッセージ
ReplyReadLog65213 ログデータリード応答メッセージ
ReplyClearLog65214 ログデータクリア応答メッセージ
ReplyLoopBack65215 メッセージ折返し応答メッセージ
ReplyVender65216 ベンダー固有応答メッセージ
UserFirst10000 透過形メッセージ(ユーザー定義メッセージ)の先頭
UserLast59999 透過形メッセージ(ユーザー定義メッセージ)の最後

参照