bsl.lsl.protocol_version¶
- bsl.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 is version % 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.