Documentation ¶
Index ¶
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IotcardClient ¶
type IotcardClient struct {
core.JDCloudClient
}
func NewIotcardClient ¶
func NewIotcardClient(credential *core.Credential) *IotcardClient
func (*IotcardClient) CloseIotCard ¶
func (c *IotcardClient) CloseIotCard(request *iotcard.CloseIotCardRequest) (*iotcard.CloseIotCardResponse, error)
物联网卡停机操作
func (*IotcardClient) CloseIotFlow ¶
func (c *IotcardClient) CloseIotFlow(request *iotcard.CloseIotFlowRequest) (*iotcard.CloseIotFlowResponse, error)
物联网卡停流量操作
func (*IotcardClient) DisableLogger ¶
func (c *IotcardClient) DisableLogger()
func (*IotcardClient) GprsRealtimeInfo ¶
func (c *IotcardClient) GprsRealtimeInfo(request *iotcard.GprsRealtimeInfoRequest) (*iotcard.GprsRealtimeInfoResponse, error)
根据物联网卡iccid查询该卡的当月套餐内的GPRS实时使用量
func (*IotcardClient) GprsStatus ¶
func (c *IotcardClient) GprsStatus(request *iotcard.GprsStatusRequest) (*iotcard.GprsStatusResponse, error)
根据物联网卡iccid查询该卡的gprs状态信息
func (*IotcardClient) LifeStatus ¶
func (c *IotcardClient) LifeStatus(request *iotcard.LifeStatusRequest) (*iotcard.LifeStatusResponse, error)
根据物联网卡iccid查询该卡的生命周期信息
func (*IotcardClient) OnOffStatus ¶
func (c *IotcardClient) OnOffStatus(request *iotcard.OnOffStatusRequest) (*iotcard.OnOffStatusResponse, error)
根据物联网卡iccid查询该卡的开关机状态信息
func (*IotcardClient) OpenIotCard ¶
func (c *IotcardClient) OpenIotCard(request *iotcard.OpenIotCardRequest) (*iotcard.OpenIotCardResponse, error)
物联网卡开机操作
func (*IotcardClient) OpenIotFlow ¶
func (c *IotcardClient) OpenIotFlow(request *iotcard.OpenIotFlowRequest) (*iotcard.OpenIotFlowResponse, error)
物联网卡开启流量操作
func (*IotcardClient) SetConfig ¶
func (c *IotcardClient) SetConfig(config *core.Config)
func (*IotcardClient) SetLogger ¶
func (c *IotcardClient) SetLogger(logger core.Logger)
Click to show internal directories.
Click to hide internal directories.