Crate fidl_fuchsia_hardware_trippoint

Crate fidl_fuchsia_hardware_trippoint 

Source

Modules§

debug_ordinals
trip_point_ordinals

Macros§

TripPointTypeUnknown
Pattern that matches an unknown TripPointType member.
TripPointValueUnknown
Pattern that matches an unknown TripPointValue member.

Structs§

ClearedTripPoint
DebugControlHandle
DebugEventStream
DebugMarker
DebugProxy
DebugRequestStream
A Stream of incoming requests for fuchsia.hardware.trippoint/Debug.
DebugServiceMarker
DebugServiceProxy
DebugSynchronousProxy
DebugTripRequest
DebugTripResponder
OneshotTempAboveTripPoint
See the comment in TripPointType for more information.
OneshotTempBelowTripPoint
ServiceMarker
ServiceProxy
TripDeviceMetadata
TripPointControlHandle
TripPointDescriptor
TripPointEventStream
TripPointGetTripPointDescriptorsResponder
TripPointGetTripPointDescriptorsResponse
TripPointMarker
TripPointProxy
TripPointRequestStream
A Stream of incoming requests for fuchsia.hardware.trippoint/TripPoint.
TripPointResult
TripPointSetTripPointsRequest
TripPointSetTripPointsResponder
TripPointSynchronousProxy
TripPointWaitForAnyTripPointResponder
TripPointWaitForAnyTripPointResponse

Enums§

DebugEvent
DebugRequest
Debug protocol to fake tripping trip points.
DebugServiceRequest
A request for one of the member protocols of DebugService.
ServiceRequest
A request for one of the member protocols of Service.
TripPointEvent
TripPointRequest
The server should enforce that only one client may be connected and configuring trip points at any given time. If a second client attempts to configure trip points while a client is already connected, the server should return ZX_ERR_ALREADY_BOUND to indicate that it is busy.
TripPointType
Denotes the type of a particular trip point.
TripPointValue
A union that defines all the possible types of trip points.

Traits§

DebugProxyInterface
TripPointProxyInterface

Type Aliases§

DebugTripResult
TripPointGetTripPointDescriptorsResult
TripPointSetTripPointsResult
TripPointWaitForAnyTripPointResult