Guest User

Untitled

a guest
Jul 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (IBAction)btnInvoke_clicked:(id)sender {
  2.     [ctlActivityIndicator startAnimating];
  3.     JetstreamServiceClient *client = [[JetstreamServiceClient alloc] initWithURL:CurrentSettings.JetstreamURL andAccessKey:CurrentSettings.AccessKey];
  4.     [txtOutput setText:@""];
  5.    
  6.     GetPassesRequest *request = [[GetPassesRequest alloc] init];
  7.    
  8.     request.LogicalDeviceId = [txtLogicalDeviceId text];
  9.    
  10.     [client DeviceSpecificCommand:request];
  11. }
Add Comment
Please, Sign In to add comment