-
Notifications
You must be signed in to change notification settings - Fork 2
OTPComponentDebugDelegate
dsmurfin edited this page Aug 28, 2021
·
3 revisions
OTP Component Debug Delegate
public protocol OTPComponentDebugDelegate: AnyObject Required methods for objects implementing this delegate.
AnyObject
Notifies the delegate of a new debug log entry.
func debugLog(_ logMessage: String)- logMessage: A human-readable log message.
Notifies the delegate of a new socket debug log entry.
func debugSocketLog(_ logMessage: String)- logMessage: A human-readable log message.
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