Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CameraInit(edgexDevice e_models.Device, ipAddress string, username string, password string) HandleReadCommand(req sdkModel.CommandRequest) (*sdkModel.CommandValue, error) HandleWriteCommand(req sdkModel.CommandRequest, param *sdkModel.CommandValue) error CameraRelease(force bool) }
Client is an interface that can be implemented to allow cameras to pass HandleReadCommand and HandleWriteCommand requests to device- or manufacturer-specific handlers. CameraInit and CameraRelease allow cameras to spin up long-running goroutines to manage the camera
Click to show internal directories.
Click to hide internal directories.