mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Distinguish between offline and unknown hosts
This commit is contained in:
@@ -14,6 +14,12 @@ typedef NS_ENUM(int, PairState) {
|
||||
PairStatePaired
|
||||
};
|
||||
|
||||
typedef NS_ENUM(int, State) {
|
||||
StateUnknown,
|
||||
StateOffline,
|
||||
StateOnline
|
||||
};
|
||||
|
||||
FOUNDATION_EXPORT NSString *const deviceName;
|
||||
|
||||
+ (NSData*) randomBytes:(NSInteger)length;
|
||||
|
||||
Reference in New Issue
Block a user