Skip to content

list_get_infos

Vladimir edited this page Feb 14, 2020 · 1 revision

Getting a list of relay modules connected to a PC

RelaysEnumerator en = new RelaysEnumerator();
IEnumerable<RelayInfo> relaysInfo = en.CollectDevices();

This is a collection of information (see RelayInfo) about all found modules.