完善连接热点udp指令

This commit is contained in:
xuemh
2018-08-06 21:37:34 +08:00
parent cdd634df71
commit 4546e0b981
7 changed files with 62 additions and 8 deletions
@@ -123,7 +123,7 @@
- (void)sendToDeviceWithSSIDName:(NSString *)name andSSIDPWD:(NSString *)pwd {
[IFishHotpotUDPHelper sharedInstance].delegate = self;
[[IFishHotpotUDPHelper sharedInstance] broadCaseUDPWith:name pwd:pwd];
[[IFishHotpotUDPHelper sharedInstance] broadCastHotspotConnectCommandWith:name pwd:pwd];
}
#pragma mark - IFishHotpotUDPHelperDelegate