| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |
| Event Summary | |
Public |
OnChangeIpAddress()
|
| Field Summary | |
Private(CIPAddress) |
mIp
|
Public(Long) |
Port
|
| Properties Summary | |
Get Public(CIPAddress) |
Property Get IP()Codice |
Let Public(Integer) |
Property Let PortFromNetworkSpecs( newValue As Integer)Codice |
Get Public(Integer) |
Property Get PortToNetworkSpecs()Codice |
| Method Summary | |
Private |
Class_Initialize()Codice |
Public(Boolean) |
Equals( OtherRemoteHost As CRemoteHost)Codice |
Public |
fromString( Value As String)Codice |
Private |
mIP_OnChangeIpAddress()Codice |
Public(String) |
toString()Codice |
| Details |
Public Event OnChangeIpAddress()
Private WithEvents mIp As CIPAddress
Public Port As Long
Public Property Get IP() As CIPAddress
Public Property Set IP(newValue As CIPAddress)
Public Property Let PortFromNetworkSpecs(newValue As Integer)
Public Property Get PortToNetworkSpecs() As Integer
Private Sub Class_Initialize()
Public Function Equals(OtherRemoteHost As CRemoteHost) As Boolean
Public Sub fromString(Value As String)
Private Sub mIP_OnChangeIpAddress()
Public Function toString() As String
| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |