FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1DeviceBase Class / SetEEPROMAddress Method


In This Topic
    SetEEPROMAddress Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetEEPROMAddress( _
       ByVal address As Integer, _
       ByVal value As Byte _
    ) 
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim address As Integer
    Dim value As Byte
     
    instance.SetEEPROMAddress(address, value)
    public void SetEEPROMAddress( 
       int address,
       byte value
    )

    Parameters

    address
    value
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also