EthercatMaster.isRedundancy()

[EthercatMaster]

説明

Check whether EtherCAT uses redundancy or not.

Format

bool isRedundancy();

Syntax

EthercatMaster master;
master.isRedundancy();

Returns

Boolean. True for EtherCAT cable redundancy; False for not.

Example

#include "Ethercat.h"

EthercatMaster master;

void setup(void) {
    master.begin();
    master. isRedundancy();
}
void loop() {}

Libraries Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール