Skip to content

OTPComponentState

dsmurfin edited this page Aug 28, 2021 · 2 revisions

OTPComponentState

OTP Component State

public enum OTPComponentState: String 

The transmit state of a component (offline, advertising, online).

Enumerates the possible states of an OTPComponent.

Inheritance

String

Enumeration Cases

offline

This component is offline.

case offline = "offline"

advertising

This component is only responding to advertisement messages.

case advertising = "advertising"

online

This component is transmitting transform messages.

case online = "online"
Clone this wiki locally