FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / PreStreamingOperations Method


In This Topic
    PreStreamingOperations Method (DeviceUSB225)
    In This Topic
    Runs operations that need to be executed before stream data can be collected.
    Syntax
    'Declaration
     
    
    Public Sub PreStreamingOperations( _
       Optional ByVal args() As Object _
    ) 
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim args() As Object
     
    instance.PreStreamingOperations(args)
    public void PreStreamingOperations( 
       object[] args
    )

    Parameters

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