UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
PrinterUtil.h
1
//
2
// PrinterUtil.h
3
// TSCPrinters SDK
4
//
5
// Created by Realbuber on 2024/4/11.
6
//
7
8
#ifndef PrinterUtil_h
9
#define PrinterUtil_h
10
#endif
/* PrinterUtil_h */
11
12
#import <Foundation/Foundation.h>
13
#import <UniPRT/SimplePing.h>
14
16
22
@interface
PrinterUtil
: NSObject
23
31
- (BOOL)pingRespondedWithIp:(NSString *)ip timeoutSecs:(
int
)timeoutSecs;
32
40
- (BOOL)pingStoppedRespondingWithIp:(NSString *)ip timeoutSecs:(
int
)timeoutSecs;
41
42
@end
43
PrinterUtil
定义
PrinterUtil.m:17
sdk_json_Objective-C_IOS
Json
PrinterUtil.h
制作者
1.13.2