IPWorks Bluetooth 2020 C++ Builder Edition

Questions / Feedback?

DefaultEOL Property

A default EOL value to be used by incoming connections.

Syntax

__property String DefaultEOL = { read=FDefaultEOL, write=FSetDefaultEOL };
__property DynamicArray<Byte> DefaultEOLB = { read=FDefaultEOLB, write=FSetDefaultEOLB };

Default Value

""

Remarks

This property contains a default End Of Line (EOL) value to be used by incoming connections. Once the component accepts and establishes an inbound connection, it will set that connection's EOL to the value in this property. By default, this value is empty (""), meaning that data will be fired as it is received.

Data Type

Byte Array

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Builder Edition - Version 20.0 [Build 7941]