Skip to content

Instantly share code, notes, and snippets.

@calindotgabriel
Created November 27, 2015 16:03
Show Gist options
  • Save calindotgabriel/55b65dfcb1aa5a1eb1b2 to your computer and use it in GitHub Desktop.
Save calindotgabriel/55b65dfcb1aa5a1eb1b2 to your computer and use it in GitHub Desktop.
public enum Response {
OK, SV_DOWN, SV_INVALID, UNKNOWN;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment