PTZConfiguration
public struct PTZConfiguration : ConfigurationProtocol
This struct describes the PTZ limits for a profile. It aggregates the next two structs.
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF!
-
The name of this state.
Declaration
Swift
public let name: String
-
The token string.
Declaration
Swift
public let token: String
-
The limits for PT
Declaration
Swift
public let panTiltLimits: PanTiltLimits!
-
The limits for Z
Declaration
Swift
public let zoomLimits: ZoomLimits!