Scope
public struct Scope : OwnedInstanceProtocol
This protocol will allow scopes to hold ancillary information, which is used when parsing them.
-
This enum designates the various profiles.
See moreDeclaration
Swift
public enum ProfileType
-
This enumerates our various scope categories.
See moreDeclaration
Swift
public enum Category
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF!
-
True, if the scope is configurable.
Declaration
Swift
public let isConfigurable: Bool
-
The scope, as a ScopeCategory.
Declaration
Swift
public let category: Category