IGpibIntfc::DevStatusByte
Description
Specifies the 488-style status byte of the local controller associated with this session.
If this property is set and bit 6 (0x40) is set, this device or controller will assert a service request (SRQ) if it is defined for this interface.
VB Prototype
Dim value As Byte
value = object.DevStatusByte
object.DevStatusByte = value
C++ Prototype
HRESULT get_DevStatusByte(
BYTE* DevStatusByte
);
HRESULT put_DevStatusByte(
BYTE DevStatusByte
);
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