Skip to content

Instantly share code, notes, and snippets.

@mccabe615
Last active August 29, 2015 13:56
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 mccabe615/8864383 to your computer and use it in GitHub Desktop.
Save mccabe615/8864383 to your computer and use it in GitHub Desktop.
if (toolFlag == 32 && messageIsRequest && !sig_param.equals(null))
{
String param1 = helpers.getRequestParameter(request_byte, "param1").getValue();
String param2 = helpers.getRequestParameter(request_byte, "param2").getValue();
String param3 = helpers.getRequestParameter(request_byte, "param3").getValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment