ViewController Class Reference

Inherits from NSViewController
Declared in ViewController.h
ViewController.m

Other Methods

– viewDidLoad

- (void)viewDidLoad

– setRepresentedObject:

- (void)setRepresentedObject:(id)representedObject

– sendHypothesis:

- (void)sendHypothesis:(NSString *)hyp

– send:

- (IBAction)send:(id)sender

– portEdited:

- (IBAction)portEdited:(id)sender

– ipEdited:

- (IBAction)ipEdited:(id)sender

– suspend:

- (IBAction)suspend:(id)sender

– resume:

- (IBAction)resume:(id)sender

Extension Methods

  ipField

@property (weak) IBOutlet NSTextField *ipField

  portField

@property (weak) IBOutlet NSTextField *portField

  hypField

@property (weak) IBOutlet NSTextField *hypField

  sendButton

@property (weak) IBOutlet NSButton *sendButton

  recentTableView

@property (weak) IBOutlet NSScrollView *recentTableView

  socket

@property (nonatomic, strong) GCDAsyncUdpSocket *socket