-
Notifications
You must be signed in to change notification settings - Fork 2
OTPComponentState
dsmurfin edited this page Aug 28, 2021
·
2 revisions
OTP Component State
public enum OTPComponentState: String
The transmit state of a component (offline, advertising, online).
Enumerates the possible states of an OTPComponent
.
String
This component is offline.
case offline = "offline"
This component is only responding to advertisement messages.
case advertising = "advertising"
This component is transmitting transform messages.
case online = "online"
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