mne_lsl.lsl.protocol_version🔗
- mne_lsl.lsl.protocol_version()[source]🔗
Version of the LSL protocol.
- Returns:
- version
int
Version of the binary LSL library. The major version is
version // 100
. The minor version isversion % 100
.
- version
Notes
Clients with different minor versions are protocol-compatible with each other, while clients with different major versions will refuse to work together.