Versions in this module Expand all Collapse all v1 v1.5.0 Feb 24, 2025 Changes in this version + const GetLocalListVersionFeatureName + const ProfileName + const SendLocalListFeatureName + const UpdateStatusAccepted + const UpdateStatusFailed + const UpdateStatusNotSupported + const UpdateStatusVersionMismatch + const UpdateTypeDifferential + const UpdateTypeFull + var Profile = ntxcp.NewProfile(ProfileName, GetLocalListVersionFeature{}, SendLocalListFeature{}) + type AuthorizationData struct + IdTag string + IdTagInfo *types.IdTagInfo + type DingxControlCenterHandler interface + type DingxGatewayHandler interface + OnGetLocalListVersion func(request *GetLocalListVersionRequest) (confirmation *GetLocalListVersionConfirmation, err error) + OnSendLocalList func(request *SendLocalListRequest) (confirmation *SendLocalListConfirmation, err error) + type GetLocalListVersionConfirmation struct + ListVersion int + func NewGetLocalListVersionConfirmation(version int) *GetLocalListVersionConfirmation + func (c GetLocalListVersionConfirmation) GetFeatureName() string + type GetLocalListVersionFeature struct + func (f GetLocalListVersionFeature) GetFeatureName() string + func (f GetLocalListVersionFeature) GetRequestType() reflect.Type + func (f GetLocalListVersionFeature) GetResponseType() reflect.Type + type GetLocalListVersionRequest struct + func NewGetLocalListVersionRequest() *GetLocalListVersionRequest + func (r GetLocalListVersionRequest) GetFeatureName() string + type SendLocalListConfirmation struct + Status UpdateStatus + func NewSendLocalListConfirmation(status UpdateStatus) *SendLocalListConfirmation + func (c SendLocalListConfirmation) GetFeatureName() string + type SendLocalListFeature struct + func (f SendLocalListFeature) GetFeatureName() string + func (f SendLocalListFeature) GetRequestType() reflect.Type + func (f SendLocalListFeature) GetResponseType() reflect.Type + type SendLocalListRequest struct + ListVersion int + LocalAuthorizationList []AuthorizationData + UpdateType UpdateType + func NewSendLocalListRequest(version int, updateType UpdateType) *SendLocalListRequest + func (r SendLocalListRequest) GetFeatureName() string + type UpdateStatus string + type UpdateType string