IGpibIntfcMessage::SendEndEnabled

Description

Enables/disables sending the END signal on the last byte of a write.

VB Prototype

Dim value As Boolean
value = object.SendEndEnabled

object.SendEndEnabled = value

C++ Prototype

HRESULT get_SendEndEnabled(
  VARIANT_BOOL* SendEndEnabled
);

HRESULT put_SendEndEnabled(
  VARIANT_BOOL SendEndEnabled
);

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, SendEndEnabled, TerminationCharacter, TerminationCharacterEnabled, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, AssertTrigger, Read, ReadString, Write, WriteString, IGpibIntfcMessage Overview