IGpibIntfc::AddressingState

Description

Shows whether the specified GPIB interface is currently addressed to talk or listen, or is not addressed.

VB Prototype

Dim value As GPIBAddressState
value = object.AddressingState

C++ Prototype

HRESULT get_AddressingState(
  GPIBAddressState* AddressingState
);

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, AddressingState, ATNState, DevStatusByte, CICState, HS488CBLLength, NDACState, PrimaryAddress, RENState, SecondaryAddress, SRQState, SysControlState, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, Command, ControlATN, ControlREN, PassControl, SendIFC, IGpibIntfc Overview