Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoveryData ¶
type DiscoveryData struct {
MachineName string `json:"MachineName"` // Machine Name
MachineModel string `json:"MachineModel"` // Machine Model
BrandName string `json:"BrandName"` // Brand Name
MachineIP string `json:"MachineIP"` // Motherboard IP Address
MachineID string `json:"MachineID"` // Motherboard ID (16-bit)
ProtocolVersion string `json:"ProtocolVersion"` // Protocol Version
FirmwareVersion string `json:"FirmwareVersion"` // Firmware Version
}
type DiscoveryResponse ¶
type DiscoveryResponse struct {
Discovered []*DiscoveryData `json:"discovered"`
}
type HealthResponse ¶
type HealthResponse struct{}
type MachineAttributesResponse ¶
type MachineAttributesResponse struct {
Attributes sdcp.Attributes `json:"attributes"`
}
type MachineRegisterRequest ¶
type MachineStatusResponse ¶
type MachineVideoResponse ¶
type MachineVideoResponse struct {
Status sdcp.EnableDisableVideoStreamResponse `json:"status"`
}
Click to show internal directories.
Click to hide internal directories.