Versions in this module Expand all Collapse all v0 v0.0.1 Dec 30, 2022 Changes in this version + type IotcardClient struct + func NewIotcardClient(credential *core.Credential) *IotcardClient + func (c *IotcardClient) CloseIotCard(request *iotcard.CloseIotCardRequest) (*iotcard.CloseIotCardResponse, error) + func (c *IotcardClient) CloseIotFlow(request *iotcard.CloseIotFlowRequest) (*iotcard.CloseIotFlowResponse, error) + func (c *IotcardClient) DisableLogger() + func (c *IotcardClient) GprsRealtimeInfo(request *iotcard.GprsRealtimeInfoRequest) (*iotcard.GprsRealtimeInfoResponse, error) + func (c *IotcardClient) GprsStatus(request *iotcard.GprsStatusRequest) (*iotcard.GprsStatusResponse, error) + func (c *IotcardClient) LifeStatus(request *iotcard.LifeStatusRequest) (*iotcard.LifeStatusResponse, error) + func (c *IotcardClient) OnOffStatus(request *iotcard.OnOffStatusRequest) (*iotcard.OnOffStatusResponse, error) + func (c *IotcardClient) OpenIotCard(request *iotcard.OpenIotCardRequest) (*iotcard.OpenIotCardResponse, error) + func (c *IotcardClient) OpenIotFlow(request *iotcard.OpenIotFlowRequest) (*iotcard.OpenIotFlowResponse, error) + func (c *IotcardClient) SetConfig(config *core.Config) + func (c *IotcardClient) SetLogger(logger core.Logger)