-
Notifications
You must be signed in to change notification settings - Fork 2
OTPConsumerDelegate
dsmurfin edited this page Aug 28, 2021
·
3 revisions
OTP Consumer Delegate
public protocol OTPConsumerDelegate: AnyObject
Required methods for objects implementing this delegate.
AnyObject
Notifies the delegate of all points.
func replaceAllPoints(_ points: [OTPPoint])
- points: Merged points from all online producers sorted with the lowest address first.
Notifies the delegate that a consumer has changes for points.
func changes(forPoints points: [OTPPoint])
- points: The points with changes.
Notifies the delegate that a producer's status has changed.
func producerStatusChanged(_ producer: OTPProducerStatus)
- producer: The producer which has changed.
Notifies the delegate of the system numbers of producers on the network being advertised to this consumer.
func discoveredSystemNumbers(_ systemNumbers: [OTPSystemNumber])
- systemNumbers: The system numbers this consumer has discovered.
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