Enums
The following enums are available globally.
-
Indicates a successful or failed read attempt, where the success case contains the value read.
See moreDeclaration
Swift
public enum ReadResult<R>
-
Determines how Bluejay should opt-in to CoreBluetooth state restoration.
See moreDeclaration
Swift
public enum BackgroundRestoreMode
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Indicates a successful or failed write attempt.
See moreDeclaration
Swift
public enum WriteResult
-
Undocumented
See more
-
Indicates whether the current listening action on a characteristic should continue or end.
See moreDeclaration
Swift
public enum ListenAction