Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ConstantsClient struct + func NewConstantsClient(cc grpc.ClientConnInterface) *ConstantsClient + func (c *ConstantsClient) IsAbstractObject(ctx context.Context, handle int64, arg0 int32) (bool, error) + type DeviceClient struct + func NewDeviceClient(cc grpc.ClientConnInterface) *DeviceClient + func (c *DeviceClient) Close(ctx context.Context, handle int64) error + func (c *DeviceClient) DeleteObject(ctx context.Context, handle int64, arg0 int32) (bool, error) + func (c *DeviceClient) GetDeviceId(ctx context.Context, handle int64) (int32, error) + func (c *DeviceClient) GetDeviceInfo(ctx context.Context, handle int64) (int64, error) + func (c *DeviceClient) GetDeviceName(ctx context.Context, handle int64) (string, error) + func (c *DeviceClient) GetObject(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *DeviceClient) GetObjectHandles(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (int64, error) + func (c *DeviceClient) GetObjectInfo(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DeviceClient) GetParent(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DeviceClient) GetPartialObject(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64, ...) (int64, error) + func (c *DeviceClient) GetPartialObject64(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64, ...) (int64, error) + func (c *DeviceClient) GetStorageId(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DeviceClient) GetStorageIds(ctx context.Context, handle int64) (int64, error) + func (c *DeviceClient) GetStorageInfo(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DeviceClient) GetThumbnail(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *DeviceClient) ImportFile2(ctx context.Context, handle int64, arg0 int32, arg1 int64) (bool, error) + func (c *DeviceClient) ImportFile2_1(ctx context.Context, handle int64, arg0 int32, arg1 string) (bool, error) + func (c *DeviceClient) Open(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *DeviceClient) ReadEvent(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DeviceClient) SendObject(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 int64) (bool, error) + func (c *DeviceClient) SendObjectInfo(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *DeviceClient) ToString(ctx context.Context, handle int64) (string, error) + type DeviceInfoClient struct + func NewDeviceInfoClient(cc grpc.ClientConnInterface) *DeviceInfoClient + func (c *DeviceInfoClient) GetEventsSupported(ctx context.Context) (int64, error) + func (c *DeviceInfoClient) GetManufacturer(ctx context.Context) (string, error) + func (c *DeviceInfoClient) GetModel(ctx context.Context) (string, error) + func (c *DeviceInfoClient) GetOperationsSupported(ctx context.Context) (int64, error) + func (c *DeviceInfoClient) GetSerialNumber(ctx context.Context) (string, error) + func (c *DeviceInfoClient) GetVersion(ctx context.Context) (string, error) + func (c *DeviceInfoClient) IsEventSupported(ctx context.Context, arg0 int32) (bool, error) + func (c *DeviceInfoClient) IsOperationSupported(ctx context.Context, arg0 int32) (bool, error) + type EventClient struct + func NewEventClient(cc grpc.ClientConnInterface) *EventClient + func (c *EventClient) GetDevicePropCode(ctx context.Context) (int32, error) + func (c *EventClient) GetEventCode(ctx context.Context) (int32, error) + func (c *EventClient) GetObjectFormatCode(ctx context.Context) (int32, error) + func (c *EventClient) GetObjectHandle(ctx context.Context) (int32, error) + func (c *EventClient) GetObjectPropCode(ctx context.Context) (int32, error) + func (c *EventClient) GetParameter1(ctx context.Context) (int32, error) + func (c *EventClient) GetParameter2(ctx context.Context) (int32, error) + func (c *EventClient) GetParameter3(ctx context.Context) (int32, error) + func (c *EventClient) GetStorageId(ctx context.Context) (int32, error) + func (c *EventClient) GetTransactionId(ctx context.Context) (int32, error) + type ObjectInfoBuilderClient struct + func NewObjectInfoBuilderClient(cc grpc.ClientConnInterface) *ObjectInfoBuilderClient + func (c *ObjectInfoBuilderClient) Build(ctx context.Context) (int64, error) + func (c *ObjectInfoBuilderClient) SetAssociationDesc(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetAssociationType(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetCompressedSize(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetDateCreated(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetDateModified(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetFormat(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetImagePixDepth(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetImagePixHeight(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetImagePixWidth(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetKeywords(ctx context.Context, arg0 string) (int64, error) + func (c *ObjectInfoBuilderClient) SetName(ctx context.Context, arg0 string) (int64, error) + func (c *ObjectInfoBuilderClient) SetObjectHandle(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetParent(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetProtectionStatus(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetSequenceNumber(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetStorageId(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetThumbCompressedSize(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetThumbFormat(ctx context.Context, arg0 int32) (int64, error) + func (c *ObjectInfoBuilderClient) SetThumbPixHeight(ctx context.Context, arg0 int64) (int64, error) + func (c *ObjectInfoBuilderClient) SetThumbPixWidth(ctx context.Context, arg0 int64) (int64, error) + type ObjectInfoClient struct + func NewObjectInfoClient(cc grpc.ClientConnInterface) *ObjectInfoClient + func (c *ObjectInfoClient) GetAssociationDesc(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetAssociationType(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetCompressedSize(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetCompressedSizeLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetDateCreated(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetDateModified(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetFormat(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetImagePixDepth(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetImagePixDepthLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetImagePixHeight(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetImagePixHeightLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetImagePixWidth(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetImagePixWidthLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetKeywords(ctx context.Context) (string, error) + func (c *ObjectInfoClient) GetName(ctx context.Context) (string, error) + func (c *ObjectInfoClient) GetObjectHandle(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetParent(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetProtectionStatus(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetSequenceNumber(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetSequenceNumberLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetStorageId(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetThumbCompressedSize(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetThumbCompressedSizeLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetThumbFormat(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetThumbPixHeight(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetThumbPixHeightLong(ctx context.Context) (int64, error) + func (c *ObjectInfoClient) GetThumbPixWidth(ctx context.Context) (int32, error) + func (c *ObjectInfoClient) GetThumbPixWidthLong(ctx context.Context) (int64, error) + type StorageInfoClient struct + func NewStorageInfoClient(cc grpc.ClientConnInterface) *StorageInfoClient + func (c *StorageInfoClient) GetDescription(ctx context.Context) (string, error) + func (c *StorageInfoClient) GetFreeSpace(ctx context.Context) (int64, error) + func (c *StorageInfoClient) GetMaxCapacity(ctx context.Context) (int64, error) + func (c *StorageInfoClient) GetStorageId(ctx context.Context) (int32, error) + func (c *StorageInfoClient) GetVolumeIdentifier(ctx context.Context) (string, error)