setSendSessionTerminationMessage

fun setSendSessionTerminationMessage(sendSessionTerminationMessage: Boolean)

Sets whether to send session termination message.

This controls whether a session termination message is sent when .disconnect is called. Most applications would want to do this as it is required by ISO/IEC 18013-5.

By default this is set to true.

Parameters

sendSessionTerminationMessage

Whether to send session termination message.