remoteExt()

描述

取得从 CAN bus 上接收到的资料格式。

语法


CAN.remoteExt()

参数

回传

收到的资料格式。有以下四种:

  1. CAN_STDID:标准资料帧
  2. CAN_EXTID:扩展资料帧
  3. CAN_STDID_REMOTE:标准远端帧
  4. CAN_EXTID_REMOTE:扩展远端帧

See also

remoteID()


函式库参考主页面

The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.