IBaseMessage::TerminationCharacterEnabled
Description
Enables/disables ending reads upon reception of the termination character. Enabling this property does not cause the termination character to be appended to writes.
VB Prototype
Dim value As Boolean
value = object.TerminationCharacterEnabled
object.TerminationCharacterEnabled = value
C++ Prototype
HRESULT get_TerminationCharacterEnabled(
VARIANT_BOOL* TerminationCharacterEnabled
);
HRESULT put_TerminationCharacterEnabled(
VARIANT_BOOL TerminationCharacterEnabled
);
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