FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / SetProfileXSensorSerialNumber Method


In This Topic
    SetProfileXSensorSerialNumber Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXSensorSerialNumber( _
       ByVal profile As Integer, _
       ByVal serialNumber As UInteger _
    ) 
    'Usage
     
    
    Dim instance As Device
    Dim profile As Integer
    Dim serialNumber As UInteger
     
    instance.SetProfileXSensorSerialNumber(profile, serialNumber)
    public void SetProfileXSensorSerialNumber( 
       int profile,
       uint serialNumber
    )

    Parameters

    profile
    serialNumber
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also