mne_lsl.lsl.protocol_version🔗

mne_lsl.lsl.protocol_version()[source]🔗

Version of the LSL protocol.

Returns:
versionint

Version of the binary LSL library. The major version is version // 100. The minor version is version % 100.

Notes

Clients with different minor versions are protocol-compatible with each other, while clients with different major versions will refuse to work together.