Documentation
¶
Index ¶
- type ControlButtonClient
- func (c *ControlButtonClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ControlButtonClient) GetActionDescription(ctx context.Context, handle int64) (int64, error)
- func (c *ControlButtonClient) IsChecked(ctx context.Context, handle int64) (bool, error)
- func (c *ControlButtonClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ControlTemplateClient
- func (c *ControlTemplateClient) GetErrorTemplate(ctx context.Context) (int64, error)
- func (c *ControlTemplateClient) GetNoTemplateObject(ctx context.Context) (int64, error)
- func (c *ControlTemplateClient) GetTemplateId(ctx context.Context) (string, error)
- func (c *ControlTemplateClient) GetTemplateType(ctx context.Context) (int32, error)
- type RangeTemplateClient
- func (c *RangeTemplateClient) GetCurrentValue(ctx context.Context, handle int64) (float32, error)
- func (c *RangeTemplateClient) GetFormatString(ctx context.Context, handle int64) (int64, error)
- func (c *RangeTemplateClient) GetMaxValue(ctx context.Context, handle int64) (float32, error)
- func (c *RangeTemplateClient) GetMinValue(ctx context.Context, handle int64) (float32, error)
- func (c *RangeTemplateClient) GetStepValue(ctx context.Context, handle int64) (float32, error)
- func (c *RangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)
- type StatelessTemplateClient
- type TemperatureControlTemplateClient
- func (c *TemperatureControlTemplateClient) GetCurrentActiveMode(ctx context.Context, handle int64) (int32, error)
- func (c *TemperatureControlTemplateClient) GetCurrentMode(ctx context.Context, handle int64) (int32, error)
- func (c *TemperatureControlTemplateClient) GetModes(ctx context.Context, handle int64) (int32, error)
- func (c *TemperatureControlTemplateClient) GetTemplate(ctx context.Context, handle int64) (int64, error)
- func (c *TemperatureControlTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)
- type ThumbnailTemplateClient
- func (c *ThumbnailTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error)
- func (c *ThumbnailTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)
- func (c *ThumbnailTemplateClient) GetThumbnail(ctx context.Context, handle int64) (int64, error)
- func (c *ThumbnailTemplateClient) IsActive(ctx context.Context, handle int64) (bool, error)
- type ToggleRangeTemplateClient
- func (c *ToggleRangeTemplateClient) GetActionDescription(ctx context.Context, handle int64) (int64, error)
- func (c *ToggleRangeTemplateClient) GetRange(ctx context.Context, handle int64) (int64, error)
- func (c *ToggleRangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)
- func (c *ToggleRangeTemplateClient) IsChecked(ctx context.Context, handle int64) (bool, error)
- type ToggleTemplateClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlButtonClient ¶
type ControlButtonClient struct {
// contains filtered or unexported fields
}
ControlButtonClient wraps the gRPC ControlButtonService client.
func NewControlButtonClient ¶
func NewControlButtonClient(cc grpc.ClientConnInterface) *ControlButtonClient
NewControlButtonClient creates a new ControlButton client.
func (*ControlButtonClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*ControlButtonClient) GetActionDescription ¶
func (c *ControlButtonClient) GetActionDescription(ctx context.Context, handle int64) (int64, error)
GetActionDescription calls the GetActionDescription RPC.
func (*ControlButtonClient) WriteToParcel ¶
func (c *ControlButtonClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ControlTemplateClient ¶
type ControlTemplateClient struct {
// contains filtered or unexported fields
}
ControlTemplateClient wraps the gRPC ControlTemplateService client.
func NewControlTemplateClient ¶
func NewControlTemplateClient(cc grpc.ClientConnInterface) *ControlTemplateClient
NewControlTemplateClient creates a new ControlTemplate client.
func (*ControlTemplateClient) GetErrorTemplate ¶
func (c *ControlTemplateClient) GetErrorTemplate(ctx context.Context) (int64, error)
GetErrorTemplate calls the GetErrorTemplate RPC.
func (*ControlTemplateClient) GetNoTemplateObject ¶
func (c *ControlTemplateClient) GetNoTemplateObject(ctx context.Context) (int64, error)
GetNoTemplateObject calls the GetNoTemplateObject RPC.
func (*ControlTemplateClient) GetTemplateId ¶
func (c *ControlTemplateClient) GetTemplateId(ctx context.Context) (string, error)
GetTemplateId calls the GetTemplateId RPC.
func (*ControlTemplateClient) GetTemplateType ¶
func (c *ControlTemplateClient) GetTemplateType(ctx context.Context) (int32, error)
GetTemplateType calls the GetTemplateType RPC.
type RangeTemplateClient ¶
type RangeTemplateClient struct {
// contains filtered or unexported fields
}
RangeTemplateClient wraps the gRPC RangeTemplateService client.
func NewRangeTemplateClient ¶
func NewRangeTemplateClient(cc grpc.ClientConnInterface) *RangeTemplateClient
NewRangeTemplateClient creates a new RangeTemplate client.
func (*RangeTemplateClient) GetCurrentValue ¶
GetCurrentValue calls the GetCurrentValue RPC.
func (*RangeTemplateClient) GetFormatString ¶
GetFormatString calls the GetFormatString RPC.
func (*RangeTemplateClient) GetMaxValue ¶
GetMaxValue calls the GetMaxValue RPC.
func (*RangeTemplateClient) GetMinValue ¶
GetMinValue calls the GetMinValue RPC.
func (*RangeTemplateClient) GetStepValue ¶
GetStepValue calls the GetStepValue RPC.
func (*RangeTemplateClient) GetTemplateType ¶
GetTemplateType calls the GetTemplateType RPC.
type StatelessTemplateClient ¶
type StatelessTemplateClient struct {
// contains filtered or unexported fields
}
StatelessTemplateClient wraps the gRPC StatelessTemplateService client.
func NewStatelessTemplateClient ¶
func NewStatelessTemplateClient(cc grpc.ClientConnInterface) *StatelessTemplateClient
NewStatelessTemplateClient creates a new StatelessTemplate client.
func (*StatelessTemplateClient) GetTemplateType ¶
GetTemplateType calls the GetTemplateType RPC.
type TemperatureControlTemplateClient ¶
type TemperatureControlTemplateClient struct {
// contains filtered or unexported fields
}
TemperatureControlTemplateClient wraps the gRPC TemperatureControlTemplateService client.
func NewTemperatureControlTemplateClient ¶
func NewTemperatureControlTemplateClient(cc grpc.ClientConnInterface) *TemperatureControlTemplateClient
NewTemperatureControlTemplateClient creates a new TemperatureControlTemplate client.
func (*TemperatureControlTemplateClient) GetCurrentActiveMode ¶
func (c *TemperatureControlTemplateClient) GetCurrentActiveMode(ctx context.Context, handle int64) (int32, error)
GetCurrentActiveMode calls the GetCurrentActiveMode RPC.
func (*TemperatureControlTemplateClient) GetCurrentMode ¶
func (c *TemperatureControlTemplateClient) GetCurrentMode(ctx context.Context, handle int64) (int32, error)
GetCurrentMode calls the GetCurrentMode RPC.
func (*TemperatureControlTemplateClient) GetModes ¶
func (c *TemperatureControlTemplateClient) GetModes(ctx context.Context, handle int64) (int32, error)
GetModes calls the GetModes RPC.
func (*TemperatureControlTemplateClient) GetTemplate ¶
func (c *TemperatureControlTemplateClient) GetTemplate(ctx context.Context, handle int64) (int64, error)
GetTemplate calls the GetTemplate RPC.
func (*TemperatureControlTemplateClient) GetTemplateType ¶
func (c *TemperatureControlTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)
GetTemplateType calls the GetTemplateType RPC.
type ThumbnailTemplateClient ¶
type ThumbnailTemplateClient struct {
// contains filtered or unexported fields
}
ThumbnailTemplateClient wraps the gRPC ThumbnailTemplateService client.
func NewThumbnailTemplateClient ¶
func NewThumbnailTemplateClient(cc grpc.ClientConnInterface) *ThumbnailTemplateClient
NewThumbnailTemplateClient creates a new ThumbnailTemplate client.
func (*ThumbnailTemplateClient) GetContentDescription ¶
func (c *ThumbnailTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error)
GetContentDescription calls the GetContentDescription RPC.
func (*ThumbnailTemplateClient) GetTemplateType ¶
GetTemplateType calls the GetTemplateType RPC.
func (*ThumbnailTemplateClient) GetThumbnail ¶
GetThumbnail calls the GetThumbnail RPC.
type ToggleRangeTemplateClient ¶
type ToggleRangeTemplateClient struct {
// contains filtered or unexported fields
}
ToggleRangeTemplateClient wraps the gRPC ToggleRangeTemplateService client.
func NewToggleRangeTemplateClient ¶
func NewToggleRangeTemplateClient(cc grpc.ClientConnInterface) *ToggleRangeTemplateClient
NewToggleRangeTemplateClient creates a new ToggleRangeTemplate client.
func (*ToggleRangeTemplateClient) GetActionDescription ¶
func (c *ToggleRangeTemplateClient) GetActionDescription(ctx context.Context, handle int64) (int64, error)
GetActionDescription calls the GetActionDescription RPC.
func (*ToggleRangeTemplateClient) GetTemplateType ¶
func (c *ToggleRangeTemplateClient) GetTemplateType(ctx context.Context, handle int64) (int32, error)
GetTemplateType calls the GetTemplateType RPC.
type ToggleTemplateClient ¶
type ToggleTemplateClient struct {
// contains filtered or unexported fields
}
ToggleTemplateClient wraps the gRPC ToggleTemplateService client.
func NewToggleTemplateClient ¶
func NewToggleTemplateClient(cc grpc.ClientConnInterface) *ToggleTemplateClient
NewToggleTemplateClient creates a new ToggleTemplate client.
func (*ToggleTemplateClient) GetContentDescription ¶
func (c *ToggleTemplateClient) GetContentDescription(ctx context.Context, handle int64) (int64, error)
GetContentDescription calls the GetContentDescription RPC.
func (*ToggleTemplateClient) GetTemplateType ¶
GetTemplateType calls the GetTemplateType RPC.