FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIHH505 Class / GetLogData Method


In This Topic
    GetLogData Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetLogData( _
       ByVal logIndex As Integer _
    ) As LogDataService
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim logIndex As Integer
    Dim value As LogDataService
     
    value = instance.GetLogData(logIndex)
    public LogDataService GetLogData( 
       int logIndex
    )

    Parameters

    logIndex
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also