-
Notifications
You must be signed in to change notification settings - Fork 2
OTPComponentStatus
dsmurfin edited this page Aug 28, 2021
·
3 revisions
OTP Component Status
public protocol OTPComponentStatus
All OTPConsumerStatus
s and OTPProducerStatus
s are OTP Components.
The core requirements of an OTP Component Status.
A globally unique identifier (UUID) representing the component, compliant with RFC 4122.
var cid: UUID
A human-readable name for the component.
var name: String
The IP mode of the component.
var ipMode: OTPIPMode
The IP addresses of the component.
var ipAddresses: [String]
The number of sequence errors in advertisement messages from the component.
var sequenceErrors: Int
The state of this component.
var state: OTPComponentState
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