⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 actatekagentinterfaces.vb

📁 一款和门禁系统结合的SOAP API 程序
💻 VB
字号:
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:2.0.50727.3031
'
'     Changes to this file may cause incorrect behavior and will be lost if
'     the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

Imports System
Imports System.ComponentModel
Imports System.Diagnostics
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Xml.Serialization

'
'This source code was auto-generated by wsdl, Version=2.0.50727.42.
'

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42"),  _
 System.Web.Services.WebServiceBindingAttribute(Name:="ACTAtekAgent", [Namespace]:="http://www.hectrix.com/ACTAtekAgent.service")>  _
Public Interface IACTAtekAgent
    
    '''<remarks/>
    <System.Web.Services.WebMethodAttribute(),  _
     System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", ResponseNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)>  _
    Function log(<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> ByVal magic As String, <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> ByVal unencryptedLog As Log) As <System.Xml.Serialization.XmlElementAttribute("status", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> String
    
    '''<remarks/>
    <System.Web.Services.WebMethodAttribute(),  _
     System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", ResponseNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)>  _
    Function encryptLog(<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType:="base64Binary")> ByVal encryptedLog() As Byte, <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> ByVal photo As PhotoPart) As <System.Xml.Serialization.XmlElementAttribute("status", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> String
    
    '''<remarks/>
    <System.Web.Services.WebMethodAttribute(),  _
     System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", ResponseNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)>  _
    Function encryptLogMultiple(<System.Xml.Serialization.XmlArrayAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true), System.Xml.Serialization.XmlArrayItemAttribute("elogs", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> ByVal encryptedLogs() As eLog) As <System.Xml.Serialization.XmlElementAttribute("status", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> String
    
    '''<remarks/>
    <System.Web.Services.WebMethodAttribute(),  _
     System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", ResponseNamespace:="http://www.hectrix.com/ACTAtekAgent.xsd", Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)>  _
    Function sync(<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> ByVal magic As String, <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> ByVal registrationID As String) As <System.Xml.Serialization.XmlElementAttribute("status", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)> String
End Interface

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42"),  _
 System.SerializableAttribute(),  _
 System.Diagnostics.DebuggerStepThroughAttribute(),  _
 System.ComponentModel.DesignerCategoryAttribute("code"),  _
 System.Xml.Serialization.XmlTypeAttribute([Namespace]:="http://www.hectrix.com/ACTAtekAgent.xsd")>  _
Partial Public Class Log
    
    Private logIDField As Long
    
    Private userIDField As String
    
    Private timestampField As Date
    
    Private triggerField As eventType
    
    Private terminalSNField As String
    
    Private senderField As String
    
    Private photoPartField As PhotoPart
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)>  _
    Public Property logID() As Long
        Get
            Return Me.logIDField
        End Get
        Set
            Me.logIDField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)>  _
    Public Property userID() As String
        Get
            Return Me.userIDField
        End Get
        Set
            Me.userIDField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)>  _
    Public Property timestamp() As Date
        Get
            Return Me.timestampField
        End Get
        Set
            Me.timestampField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)>  _
    Public Property trigger() As eventType
        Get
            Return Me.triggerField
        End Get
        Set
            Me.triggerField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)>  _
    Public Property terminalSN() As String
        Get
            Return Me.terminalSNField
        End Get
        Set
            Me.terminalSNField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)>  _
    Public Property sender() As String
        Get
            Return Me.senderField
        End Get
        Set
            Me.senderField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)>  _
    Public Property photoPart() As PhotoPart
        Get
            Return Me.photoPartField
        End Get
        Set
            Me.photoPartField = value
        End Set
    End Property
End Class

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42"),  _
 System.SerializableAttribute(),  _
 System.Xml.Serialization.XmlTypeAttribute([Namespace]:="http://www.hectrix.com/ACTAtekAgent.xsd")>  _
Public Enum eventType
    
    '''<remarks/>
    UNKNOWN
    
    '''<remarks/>
    [IN]
    
    '''<remarks/>
    OUT
    
    '''<remarks/>
    F1
    
    '''<remarks/>
    F2
    
    '''<remarks/>
    F3
    
    '''<remarks/>
    F4
    
    '''<remarks/>
    F5
    
    '''<remarks/>
    F6
    
    '''<remarks/>
    F7
    
    '''<remarks/>
    F8
    
    '''<remarks/>
    F9
    
    '''<remarks/>
    F10
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("ID-UNKNOWN")>  _
    IDUNKNOWN
    
    '''<remarks/>
    REJECTED
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("ID-RESERVED")>  _
    IDRESERVED
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESET-ALL")>  _
    RESETALL
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESET-ACC")>  _
    RESETACC
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESET-DEVICE")>  _
    RESETDEVICE
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESET-PASSWORD")>  _
    RESETPASSWORD
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESET-DEFAULT")>  _
    RESETDEFAULT
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("SYSTEM-LOGIN")>  _
    SYSTEMLOGIN
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("ADMIN-LOGIN")>  _
    ADMINLOGIN
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("USER-LOGIN")>  _
    USERLOGIN
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("NETWORK-CHANGE")>  _
    NETWORKCHANGE
    
    '''<remarks/>
    PATCHED
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("BACKUP-DB")>  _
    BACKUPDB
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESTORE-DB")>  _
    RESTOREDB
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("SYSTEM-RSVD")>  _
    SYSTEMRSVD
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("ENROLL-USER")>  _
    ENROLLUSER
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("REMOTE-DOOR-OPEN")>  _
    REMOTEDOOROPEN
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("REMOVE-USER")>  _
    REMOVEUSER
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("SUSPEND-USER")>  _
    SUSPENDUSER
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("EDIT-EVENT")>  _
    EDITEVENT
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("RESET-ADMIN-PW")>  _
    RESETADMINPW
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("ADMIN-RSVDIT")>  _
    ADMINRSVDIT
    
    '''<remarks/>
    F11
    
    '''<remarks/>
    F12
    
    '''<remarks/>
    F13
    
    '''<remarks/>
    F14
    
    '''<remarks/>
    F15
    
    '''<remarks/>
    F16
    
    '''<remarks/>
    F17
    
    '''<remarks/>
    F18
    
    '''<remarks/>
    F19
    
    '''<remarks/>
    F20
    
    '''<remarks/>
    F21
    
    '''<remarks/>
    F22
    
    '''<remarks/>
    F23
    
    '''<remarks/>
    F24
    
    '''<remarks/>
    F25
    
    '''<remarks/>
    F26
    
    '''<remarks/>
    F27
    
    '''<remarks/>
    F28
    
    '''<remarks/>
    F29
    
    '''<remarks/>
    F30
    
    '''<remarks/>
    F31
    
    '''<remarks/>
    F32
    
    '''<remarks/>
    F33
    
    '''<remarks/>
    F34
    
    '''<remarks/>
    F35
    
    '''<remarks/>
    F36
    
    '''<remarks/>
    F37
    
    '''<remarks/>
    F38
    
    '''<remarks/>
    F39
    
    '''<remarks/>
    F40
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("SCHEDULE-DOOR-OPEN")>  _
    SCHEDULEDOOROPEN
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("SCHEDULE-DOOR-CLOSE")>  _
    SCHEDULEDOORCLOSE
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("SCHEDULE-BELL-ON")>  _
    SCHEDULEBELLON
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("DOOR-IS-OPENED")>  _
    DOORISOPENED
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("DOOR-IS-CLOSED")>  _
    DOORISCLOSED
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("CASE-IS-OPENED")>  _
    CASEISOPENED
    
    '''<remarks/>
    <System.Xml.Serialization.XmlEnumAttribute("CASE-IS-CLOSED")>  _
    CASEISCLOSED
End Enum

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42"),  _
 System.SerializableAttribute(),  _
 System.Diagnostics.DebuggerStepThroughAttribute(),  _
 System.ComponentModel.DesignerCategoryAttribute("code"),  _
 System.Xml.Serialization.XmlTypeAttribute([Namespace]:="http://www.hectrix.com/ACTAtekAgent.xsd")>  _
Partial Public Class PhotoPart
    
    Private hasPhotoField As System.Nullable(Of Boolean)
    
    Private hasPhotoFieldSpecified As Boolean
    
    Private photoDataField() As Byte
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)>  _
    Public Property hasPhoto() As System.Nullable(Of Boolean)
        Get
            Return Me.hasPhotoField
        End Get
        Set
            Me.hasPhotoField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlIgnoreAttribute()>  _
    Public Property hasPhotoSpecified() As Boolean
        Get
            Return Me.hasPhotoFieldSpecified
        End Get
        Set
            Me.hasPhotoFieldSpecified = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType:="base64Binary", IsNullable:=true)>  _
    Public Property photoData() As Byte()
        Get
            Return Me.photoDataField
        End Get
        Set
            Me.photoDataField = value
        End Set
    End Property
End Class

'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42"),  _
 System.SerializableAttribute(),  _
 System.Diagnostics.DebuggerStepThroughAttribute(),  _
 System.ComponentModel.DesignerCategoryAttribute("code"),  _
 System.Xml.Serialization.XmlTypeAttribute([Namespace]:="http://www.hectrix.com/ACTAtekAgent.xsd")>  _
Partial Public Class eLog
    
    Private encryptedLogField() As Byte
    
    Private photoField As PhotoPart
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType:="base64Binary")>  _
    Public Property encryptedLog() As Byte()
        Get
            Return Me.encryptedLogField
        End Get
        Set
            Me.encryptedLogField = value
        End Set
    End Property
    
    '''<remarks/>
    <System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable:=true)>  _
    Public Property photo() As PhotoPart
        Get
            Return Me.photoField
        End Get
        Set
            Me.photoField = value
        End Set
    End Property
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -