DBTEAMLOGNetworkControlPolicyTag
Objective-C
enum DBTEAMLOGNetworkControlPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGNetworkControlPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGNetworkControlPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGNetworkControlPolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGNetworkControlPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGNetworkControlPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGNetworkControlPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGNetworkControlPolicyTag Enumeration Reference