Skip to content

module_get_num_of_channels

Vladimir edited this page Feb 14, 2020 · 1 revision

Getting the number of channels.

RelayInfo relayInfo = ...

int channels = relayInfo.ChannelsCount;

or

Relay relay = ...

int channels = relay.ChannelsCount;