Skyle_SkyleAsyncClientProtocol
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
public protocol Skyle_SkyleAsyncClientProtocol : GRPCClient
Skyle service to use the eye tracker
-
serviceDescriptor
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
static var serviceDescriptor: GRPCServiceDescriptor { get }
-
interceptors
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var interceptors: Skyle_SkyleClientInterceptorFactoryProtocol? { get }
-
makeCalibrateCall(callOptions:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeCalibrateCall( callOptions: CallOptions? ) -> GRPCAsyncBidirectionalStreamingCall<Skyle_CalibControlMessages, Skyle_CalibMessages>
-
makePositioningCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makePositioningCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncServerStreamingCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_PositioningMessage>
-
makeGazeCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeGazeCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncServerStreamingCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Types_Point>
-
makeTriggerCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeTriggerCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncServerStreamingCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_TriggerMessage>
-
makeGetButtonCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeGetButtonCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Button>
-
makeSetButtonCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeSetButtonCall( _ request: Skyle_ButtonActions, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<Skyle_ButtonActions, Skyle_ButtonActions>
-
makeConfigureCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeConfigureCall( _ request: Skyle_OptionMessage, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<Skyle_OptionMessage, Skyle_Options>
-
makeConfigureStreamCall(callOptions:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeConfigureStreamCall( callOptions: CallOptions? ) -> GRPCAsyncBidirectionalStreamingCall<Skyle_OptionMessage, Skyle_Options>
-
makeGetVersionsCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeGetVersionsCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_DeviceVersions>
-
makeGetProfilesCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeGetProfilesCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncServerStreamingCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Profile>
-
makeCurrentProfileCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeCurrentProfileCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Profile>
-
makeSetProfileCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeSetProfileCall( _ request: Skyle_Profile, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<Skyle_Profile, Skyle_StatusMessage>
-
makeDeleteProfileCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeDeleteProfileCall( _ request: Skyle_Profile, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<Skyle_Profile, Skyle_StatusMessage>
-
makeResetCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeResetCall( _ request: Skyle_ResetMessage, callOptions: CallOptions? ) -> GRPCAsyncUnaryCall<Skyle_ResetMessage, Skyle_StatusMessage>
-
makeCursorCalibrationCall(callOptions:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeCursorCalibrationCall( callOptions: CallOptions? ) -> GRPCAsyncBidirectionalStreamingCall<Skyle_CalibCursorMessages, Skyle_Types_Point>
-
makeRawImagesCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeRawImagesCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncServerStreamingCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_RawImage>
-
makeRawBinocularGazeCall(_:
Default implementationcallOptions: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func makeRawBinocularGazeCall( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? ) -> GRPCAsyncServerStreamingCall<SwiftProtobuf.Google_Protobuf_Empty, Skyle_BinocularGaze>
-
calibrate(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func calibrate<RequestStream>( _ requests: RequestStream, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_CalibMessages> where RequestStream: Sequence, RequestStream.Element == Skyle_CalibControlMessages
-
calibrate(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func calibrate<RequestStream>( _ requests: RequestStream, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_CalibMessages> where RequestStream: AsyncSequence & Sendable, RequestStream.Element == Skyle_CalibControlMessages
-
positioning(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func positioning( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_PositioningMessage>
-
gaze(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func gaze( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_Types_Point>
-
trigger(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func trigger( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_TriggerMessage>
-
getButton(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func getButton( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) async throws -> Skyle_Button
-
setButton(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func setButton( _ request: Skyle_ButtonActions, callOptions: CallOptions? = nil ) async throws -> Skyle_ButtonActions
-
configure(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func configure( _ request: Skyle_OptionMessage, callOptions: CallOptions? = nil ) async throws -> Skyle_Options
-
configureStream(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func configureStream<RequestStream>( _ requests: RequestStream, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_Options> where RequestStream: Sequence, RequestStream.Element == Skyle_OptionMessage
-
configureStream(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func configureStream<RequestStream>( _ requests: RequestStream, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_Options> where RequestStream: AsyncSequence & Sendable, RequestStream.Element == Skyle_OptionMessage
-
getVersions(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func getVersions( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) async throws -> Skyle_DeviceVersions
-
getProfiles(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func getProfiles( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_Profile>
-
currentProfile(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func currentProfile( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) async throws -> Skyle_Profile
-
setProfile(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func setProfile( _ request: Skyle_Profile, callOptions: CallOptions? = nil ) async throws -> Skyle_StatusMessage
-
deleteProfile(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func deleteProfile( _ request: Skyle_Profile, callOptions: CallOptions? = nil ) async throws -> Skyle_StatusMessage
-
reset(_:
Extension method, asynchronouscallOptions: ) Undocumented
Declaration
Swift
public func reset( _ request: Skyle_ResetMessage, callOptions: CallOptions? = nil ) async throws -> Skyle_StatusMessage
-
cursorCalibration(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func cursorCalibration<RequestStream>( _ requests: RequestStream, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_Types_Point> where RequestStream: Sequence, RequestStream.Element == Skyle_CalibCursorMessages
-
cursorCalibration(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func cursorCalibration<RequestStream>( _ requests: RequestStream, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_Types_Point> where RequestStream: AsyncSequence & Sendable, RequestStream.Element == Skyle_CalibCursorMessages
-
rawImages(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func rawImages( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_RawImage>
-
rawBinocularGaze(_:
Extension methodcallOptions: ) Undocumented
Declaration
Swift
public func rawBinocularGaze( _ request: SwiftProtobuf.Google_Protobuf_Empty, callOptions: CallOptions? = nil ) -> GRPCAsyncResponseStream<Skyle_BinocularGaze>