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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also