IGpibIntfc::PrimaryAddress
Description
Primary address of the local GPIB controller used by the given session.
VB Prototype
Dim value As Short
value = object.PrimaryAddress
object.PrimaryAddress = value
C++ Prototype
HRESULT get_PrimaryAddress(
short* PrimaryAddress
);
HRESULT put_PrimaryAddress(
short PrimaryAddress
);
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