-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed most obj-c methods - getPeersByState and sendData left
- Loading branch information
Jamie Owen
committed
Mar 6, 2012
1 parent
e976560
commit 7a3639d
Showing
6 changed files
with
450 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
obj-c/AirNativeiOS-GameKitP2P/AirNativeiOS-GameKitP2P/AirNativeiOS-AirStatusEventCodes.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// | ||
// AirNativeiOS-AirStatusEventCodes.h | ||
// AirNativeiOS-GameKitP2P | ||
// | ||
// Created by Jamie Owen on 06/03/2012. | ||
// Copyright 2012 __MyCompanyName__. All rights reserved. | ||
// | ||
|
||
#ifndef AirNativeiOS_GameKitP2P_AirNativeiOS_AirStatusEventCodes_h | ||
#define AirNativeiOS_GameKitP2P_AirNativeiOS_AirStatusEventCodes_h | ||
|
||
// GKSessionDelegate | ||
#define airStatusEvent_gkSessionConnectionWithPeerFailed "gkSessionConnectionWithPeerFailed" | ||
#define airStatusEvent_gkSessionDidFailWithError "gkSessionDidFailWithError" | ||
#define airStatusEvent_gkSessionChangeState "gkSessionChangeState" | ||
#define airStatusEvent_gkSessionDidReceiveConnectionRequestFromPeer "gkSessionDidReceiveConnectionRequestFromPeer" | ||
|
||
// GKSession ReceiveData | ||
#define airStatusEvent_gkSessionDataReceived "gkSessionDataReceived" | ||
|
||
// GKPeerPickerControllerDelegate | ||
#define airStatusEvent_gkPeerPickerDidConnectPeer "gkPeerPickerDidConnectPeer" | ||
#define airStatusEvent_gkPeerPickerControllerDidCancel "gkPeerPickerControllerDidCancel" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.