ISerial::XOFFCharacter

Description

Specifies the value of the XOFF character used for XON/XOFF flow control (both directions).  If XON/XOFF flow control (software handshaking) is not being used, the value of this attribute is ignored.

VB Prototype

Dim value As Byte
value = object.XOFFCharacter

object.XOFFCharacter = value

C++ Prototype

HRESULT get_XOFFCharacter(
  BYTE* XOFFCharacter
);

HRESULT put_XOFFCharacter(
  BYTE XOFFCharacter
);

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, BytesAvailable, BaudRate, DataBits, ClearToSendState, DataCarrierDetectState, DataSetReadyState, DataTerminalReadyState, EndIn, EndOut, FlowControl, Parity, RingIndicatorState, RequestToSendState, StopBits, ReplacementCharacter, XONCharacter, XOFFCharacter, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, SetBufferSize, Flush, ISerial Overview