Function slmp_client::send_write_block_cmd_32[][src]

pub fn send_write_block_cmd_32(
    connection_info: &mut SLMPConnectionInfo,
    timeout: u16,
    target_word: &[SLMPDeviceBlockData<u16>],
    target_bit: &[SLMPDeviceBlockData<bool>]
) -> Option<u16>
Expand description

複数の連続したデバイス(デバイスブロック)の書込み要求送信(32bitアドレス版)

引数

  • connection_info - SLMP接続情報
  • timeout - SLMPコマンドのタイムアウト
  • target_word - データを含んだワードアクセスするデバイスブロックのリスト
  • target_bit - データを含んだビットアクセスするデバイスブロックのリスト

返値

発行したコマンドのシリアル