FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / DestinationIPAddress1 Property


In This Topic
    DestinationIPAddress1 Property
    In This Topic
    Gets a value indicating the first byte of the destination's IP address.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DestinationIPAddress1 As Byte
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As Byte
     
    value = instance.DestinationIPAddress1
    public byte DestinationIPAddress1 {get;}

    Property Value

    Type: System.Byte
    The value must be between System.Byte.MinValue. and System.Byte.MaxValue.
    Remarks
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also