FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Services.StreamingServices.Gen1StreamDataConverter.IHH505StreamingService Namespace / LogDataService Class / LogDataService Constructor


In This Topic
    LogDataService Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal preamble As IHH505DataLoggingPreamble, _
       ByVal logData() As Byte _
    )
    'Usage
     
    
    Dim preamble As IHH505DataLoggingPreamble
    Dim logData() As Byte
     
    Dim instance As New LogDataService(preamble, logData)
    public LogDataService( 
       IHH505DataLoggingPreamble preamble,
       byte[] logData
    )

    Parameters

    preamble
    logData
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also