vlanId property

int vlanId

The VLAN ID in use.

Implementation

int get vlanId =>
    _object.getUint32Property(_vlanDeviceInterfaceName, 'VlanId') ?? 0;