Myth Protocol Command MYTH PROTO VERSION
From MythTV
Contents |
[edit]
MYTH_PROTO_VERSION
[edit]
Arguments
Command arguments: <client protocol version>
List arguments: none
[edit]
Examples
Command:
21 MYTH_PROTO_VERSION 26
Response:
13 ACCEPT[]:[]26
[edit]
Description
If the version number given matches the protocol version number spoken by the server, the command will succeed. Otherwise, the command will fail. This should always be the first command sent by a client when it connects to insure that it will be understood by the server.
[edit]
Returns
Successful response:
ACCEPT[]:[]<server protocol version>
Unsuccessful response:
REJECT[]:[]<server protocol version>
