# getDeviceChannelCount Return total channels for specified device. ### Usage ``` const channels = await connection.getDeviceChannelCount(''); console.log(channels); ``` * _Remember to instantiate class before use_