IGpib::UnaddressingEnabled

Description

Specifies whether to unaddress the device (UNT and UNL) after each read or write operation.

VB Prototype

Dim value As Boolean
value = object.UnaddressingEnabled

object.UnaddressingEnabled = value

C++ Prototype

HRESULT get_UnaddressingEnabled(
  VARIANT_BOOL* UnaddressingEnabled
);

HRESULT put_UnaddressingEnabled(
  VARIANT_BOOL UnaddressingEnabled
);

Return Value

Refer to the table of return codes.

See Also

ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, PrimaryAddress, RENState, RepeatAddressingEnabled, SecondaryAddress, UnaddressingEnabled, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, ControlREN, IGpib Overview