-
Notifications
You must be signed in to change notification settings - Fork 2
OTPProducerDelegate
dsmurfin edited this page Aug 28, 2021
·
3 revisions
OTP Producer Delegate
public protocol OTPProducerDelegate: AnyObject
Required methods for objects implementing this delegate.
AnyObject
Notifies the delegate that a consumer's status has changed.
func consumerStatusChanged(_ consumer: OTPConsumerStatus)
- consumer: The consumer which has changed.
Generated at 2021-09-01T18:46:51+0000 using swift-doc 1.0.0-rc.1.
Types
- ComponentSocketError
- OTPAddress
- OTPComponentState
- OTPConsumer
- OTPConsumerStatus
- OTPIPMode
- OTPModuleIdentifier
- OTPModulePosition
- OTPModulePosition.Scaling
- OTPModulePositionVelAccel
- OTPModuleReferenceFrame
- OTPModuleRotation
- OTPModuleRotationVelAccel
- OTPModuleScale
- OTPPoint
- OTPPointValidationError
- OTPProducer
- OTPProducerStatus