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.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also