다음을 통해 공유


CBPeripheralState 열거형

정의

의 가능한 연결 상태를 열거합니다 CBPeripheral.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CBPeripheralState
type CBPeripheralState = 
상속
CBPeripheralState
특성

필드

Connected 2

주변 장치가 연결되어 있음을 나타냅니다.

Connecting 1

주변 장치가 연결 중임을 나타냅니다.

Disconnected 0

주변 장치가 연결되어 있지 않음을 나타냅니다.

Disconnecting 3

주변 장치가 연결이 끊어지는 것을 나타냅니다.

적용 대상