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.