Skyle_SkyleClientInterceptorFactoryProtocol
public protocol Skyle_SkyleClientInterceptorFactoryProtocol : Sendable
Undocumented
-
Declaration
Swift
func makeCalibrateInterceptors() -> [ClientInterceptor<Skyle_CalibControlMessages, Skyle_CalibMessages>]
Return Value
Interceptors to use when invoking ‘calibrate’.
-
Declaration
Swift
func makePositioningInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_PositioningMessage>]
Return Value
Interceptors to use when invoking ‘positioning’.
-
Declaration
Swift
func makeGazeInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Types_Point>]
Return Value
Interceptors to use when invoking ‘gaze’.
-
Declaration
Swift
func makeTriggerInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_TriggerMessage>]
Return Value
Interceptors to use when invoking ‘trigger’.
-
Declaration
Swift
func makeGetButtonInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Button>]
Return Value
Interceptors to use when invoking ‘getButton’.
-
Declaration
Swift
func makeSetButtonInterceptors() -> [ClientInterceptor<Skyle_ButtonActions, Skyle_ButtonActions>]
Return Value
Interceptors to use when invoking ‘setButton’.
-
Declaration
Swift
func makeConfigureInterceptors() -> [ClientInterceptor<Skyle_OptionMessage, Skyle_Options>]
Return Value
Interceptors to use when invoking ‘configure’.
-
Declaration
Swift
func makeConfigureStreamInterceptors() -> [ClientInterceptor<Skyle_OptionMessage, Skyle_Options>]
Return Value
Interceptors to use when invoking ‘configureStream’.
-
Declaration
Swift
func makeGetVersionsInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_DeviceVersions>]
Return Value
Interceptors to use when invoking ‘getVersions’.
-
Declaration
Swift
func makeGetProfilesInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Profile>]
Return Value
Interceptors to use when invoking ‘getProfiles’.
-
Declaration
Swift
func makeCurrentProfileInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_Profile>]
Return Value
Interceptors to use when invoking ‘currentProfile’.
-
Declaration
Swift
func makeSetProfileInterceptors() -> [ClientInterceptor<Skyle_Profile, Skyle_StatusMessage>]
Return Value
Interceptors to use when invoking ‘setProfile’.
-
Declaration
Swift
func makeDeleteProfileInterceptors() -> [ClientInterceptor<Skyle_Profile, Skyle_StatusMessage>]
Return Value
Interceptors to use when invoking ‘deleteProfile’.
-
Declaration
Swift
func makeResetInterceptors() -> [ClientInterceptor<Skyle_ResetMessage, Skyle_StatusMessage>]
Return Value
Interceptors to use when invoking ‘reset’.
-
Declaration
Swift
func makeCursorCalibrationInterceptors() -> [ClientInterceptor<Skyle_CalibCursorMessages, Skyle_Types_Point>]
Return Value
Interceptors to use when invoking ‘cursorCalibration’.
-
Declaration
Swift
func makeRawImagesInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_RawImage>]
Return Value
Interceptors to use when invoking ‘rawImages’.
-
Declaration
Swift
func makeRawBinocularGazeInterceptors() -> [ClientInterceptor<SwiftProtobuf.Google_Protobuf_Empty, Skyle_BinocularGaze>]
Return Value
Interceptors to use when invoking ‘rawBinocularGaze’.