IBaseMessage::SendEndEnabled

Description

Enables/disables sending the END signal on the last byte of a write. Most resource types have an out-of-band end signal to deterministically end reading.

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, IOProtocol, SendEndEnabled, TerminationCharacter, TerminationCharacterEnabled, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, AssertTrigger, Clear, ReadSTB, IBaseMessage Overview