Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type InspectionCompanionClient struct + func NewInspectionCompanionClient(cc grpc.ClientConnInterface) *InspectionCompanionClient + func (c *InspectionCompanionClient) MapProperties(ctx context.Context, arg0 int64) error + type IntFlagMappingClient struct + func NewIntFlagMappingClient(cc grpc.ClientConnInterface) *IntFlagMappingClient + func (c *IntFlagMappingClient) Add(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 string) error + func (c *IntFlagMappingClient) Get(ctx context.Context, handle int64, arg0 int32) (int64, error) + type PropertyMapperClient struct + func NewPropertyMapperClient(cc grpc.ClientConnInterface) *PropertyMapperClient + func (c *PropertyMapperClient) MapBoolean(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapByte(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapChar(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapColor(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapDouble(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapFloat(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapGravity(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapInt(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapLong(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapObject(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapResourceId(ctx context.Context, arg0 string, arg1 int32) (int32, error) + func (c *PropertyMapperClient) MapShort(ctx context.Context, arg0 string, arg1 int32) (int32, error) + type PropertyReaderClient struct + func NewPropertyReaderClient(cc grpc.ClientConnInterface) *PropertyReaderClient + func (c *PropertyReaderClient) ReadBoolean(ctx context.Context, arg0 int32, arg1 bool) error + func (c *PropertyReaderClient) ReadByteValue(ctx context.Context, arg0 int32, arg1 int8) error + func (c *PropertyReaderClient) ReadChar(ctx context.Context, arg0 int32, arg1 uint16) error + func (c *PropertyReaderClient) ReadColor2(ctx context.Context, arg0 int32, arg1 int64) error + func (c *PropertyReaderClient) ReadColor2_1(ctx context.Context, arg0 int32, arg1 int32) error + func (c *PropertyReaderClient) ReadColor2_2(ctx context.Context, arg0 int32, arg1 int64) error + func (c *PropertyReaderClient) ReadDouble(ctx context.Context, arg0 int32, arg1 float64) error + func (c *PropertyReaderClient) ReadFloat(ctx context.Context, arg0 int32, arg1 float32) error + func (c *PropertyReaderClient) ReadGravity(ctx context.Context, arg0 int32, arg1 int32) error + func (c *PropertyReaderClient) ReadInt(ctx context.Context, arg0 int32, arg1 int32) error + func (c *PropertyReaderClient) ReadIntEnum(ctx context.Context, arg0 int32, arg1 int32) error + func (c *PropertyReaderClient) ReadIntFlag(ctx context.Context, arg0 int32, arg1 int32) error + func (c *PropertyReaderClient) ReadLong(ctx context.Context, arg0 int32, arg1 int64) error + func (c *PropertyReaderClient) ReadObject(ctx context.Context, arg0 int32, arg1 int64) error + func (c *PropertyReaderClient) ReadResourceId(ctx context.Context, arg0 int32, arg1 int32) error + func (c *PropertyReaderClient) ReadShort(ctx context.Context, arg0 int32, arg1 int16) error + type WindowInspectorClient struct + func NewWindowInspectorClient(cc grpc.ClientConnInterface) *WindowInspectorClient + func (c *WindowInspectorClient) GetGlobalWindowViews(ctx context.Context) (int64, error)