-
Notifications
You must be signed in to change notification settings - Fork 2
OTPComponentProtocolErrorDelegate
dsmurfin edited this page Aug 28, 2021
·
3 revisions
OTP Component Protocol Error Delegate
public protocol OTPComponentProtocolErrorDelegate: AnyObject
Required methods for objects implementing this delegate.
AnyObject
Notifies the delegate of errors in parsing layers.
func layerError(_ errorDescription: String)
- errorDescription: A human-readable description of the error.
Notifies the delegate of sequence errors.
func sequenceError(_ errorDescription: String)
- errorDescription: A human-readable description of the error.
Notifies the delegate of unknown errors.
func unknownError(_ errorDescription: String)
- errorDescription: A human-readable description of the error.
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