Skip to content

Instantly share code, notes, and snippets.

@rafaelrmou
Created May 17, 2016 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelrmou/63562505e48159a9671624f5d26388d3 to your computer and use it in GitHub Desktop.
Save rafaelrmou/63562505e48159a9671624f5d26388d3 to your computer and use it in GitHub Desktop.
public interface IFMqttClient
{
void Connect (string server);
void Publish (string service, byte[] command);
void Subscribe (string[] topics);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment