noPi property

bool noPi

True if no protocol info is prepended to the tunnel packets.

Implementation

bool get noPi =>
    _object.getBooleanProperty(_tunDeviceInterfaceName, 'NoPi') ?? false;