Versions in this module Expand all Collapse all v0 v0.0.1 Dec 30, 2022 Changes in this version + type IothubClient struct + func NewIothubClient(credential *core.Credential) *IothubClient + func (c *IothubClient) AddDevice(request *iothub.AddDeviceRequest) (*iothub.AddDeviceResponse, error) + func (c *IothubClient) CreateProduct(request *iothub.CreateProductRequest) (*iothub.CreateProductResponse, error) + func (c *IothubClient) DeleteProduct(request *iothub.DeleteProductRequest) (*iothub.DeleteProductResponse, error) + func (c *IothubClient) DescribeProduct(request *iothub.DescribeProductRequest) (*iothub.DescribeProductResponse, error) + func (c *IothubClient) DescribeThingShadow(request *iothub.DescribeThingShadowRequest) (*iothub.DescribeThingShadowResponse, error) + func (c *IothubClient) DisableLogger() + func (c *IothubClient) ExportThingModel(request *iothub.ExportThingModelRequest) (*iothub.ExportThingModelResponse, error) + func (c *IothubClient) ImportThingModel(request *iothub.ImportThingModelRequest) (*iothub.ImportThingModelResponse, error) + func (c *IothubClient) InvokeThingService(request *iothub.InvokeThingServiceRequest) (*iothub.InvokeThingServiceResponse, error) + func (c *IothubClient) ListProductAbilities(request *iothub.ListProductAbilitiesRequest) (*iothub.ListProductAbilitiesResponse, error) + func (c *IothubClient) ListProducts(request *iothub.ListProductsRequest) (*iothub.ListProductsResponse, error) + func (c *IothubClient) QueryDeviceDetail(request *iothub.QueryDeviceDetailRequest) (*iothub.QueryDeviceDetailResponse, error) + func (c *IothubClient) QueryDevicePage(request *iothub.QueryDevicePageRequest) (*iothub.QueryDevicePageResponse, error) + func (c *IothubClient) RemoveDevice(request *iothub.RemoveDeviceRequest) (*iothub.RemoveDeviceResponse, error) + func (c *IothubClient) RemoveDeviceById(request *iothub.RemoveDeviceByIdRequest) (*iothub.RemoveDeviceByIdResponse, error) + func (c *IothubClient) SetConfig(config *core.Config) + func (c *IothubClient) SetLogger(logger core.Logger) + func (c *IothubClient) UpdateDevice(request *iothub.UpdateDeviceRequest) (*iothub.UpdateDeviceResponse, error) + func (c *IothubClient) UpdateProduct(request *iothub.UpdateProductRequest) (*iothub.UpdateProductResponse, error) + func (c *IothubClient) UpdateThingShadow(request *iothub.UpdateThingShadowRequest) (*iothub.UpdateThingShadowResponse, error)