StartCommunicate

Stop the active communication channel (typically WebSocket) to receive proxy events.

void StartCommunicate(int comType, int port, char* password)

Parameters

  • comType: Communication type (1 = WebSocket, recommended).

  • port: Local port for the communication channel.

  • password: Password/token for channel authentication.

Return Value

Stop the active communication channel

Example

//example

StartCommunicate(1, 8881, "abcdef");

Last updated

Was this helpful?