SetProtocol

Configure the SDK connection protocol.

  • 0 = Auto

  • 1 = Mux

  • 2 = Qux

int SetProtocol(int proto)

Parameters

  • proto: Protocol type.

Return Value

  • int – 0 if success.

Example

// example

SetProtocol(1);

Last updated

Was this helpful?