IGpib::RepeatAddressingEnabled
Description
Specifies whether to use repeat addressing before each read or write operation.
VB Prototype
Dim value As Boolean
value = object.RepeatAddressingEnabled
object.RepeatAddressingEnabled = value
C++ Prototype
HRESULT get_RepeatAddressingEnabled(
VARIANT_BOOL* RepeatAddressingEnabled
);
HRESULT put_RepeatAddressingEnabled(
VARIANT_BOOL RepeatAddressingEnabled
);
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