FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetMaximumNumberOfChannels Method


In This Topic
    GetMaximumNumberOfChannels Method
    In This Topic
    Gets the maximum number of channels for the device.
    Syntax
    'Declaration
     
    
    Public Function GetMaximumNumberOfChannels() As Integer
    'Usage
     
    
    Dim instance As Device
    Dim value As Integer
     
    value = instance.GetMaximumNumberOfChannels()
    public int GetMaximumNumberOfChannels()

    Return Value

    Maximum number of channels.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also