Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSNetworkDiagnostics : NSObject;
Description
Represents an object where network diagnostics are accessed.
Methods
Properties
delegate
An object you provide to receive events from this ACSNetworkDiagnostics instance.
@property(nonatomic, assign) id<ACSNetworkDiagnosticsDelegate> delegate;
latest
Get latest values for all known network diagnostics.
@property (retain, nonnull, readonly) ACSNetworkDiagnosticValues * latest;