| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |
| Event Summary | |
Public |
OnChangeIpAddress()
|
| Field Summary | |
Private(Byte) |
mIPParts
|
| Properties Summary | |
Get Public(Long) |
Property Get AsInetAddress()Codice |
Get Public(Byte) |
Property Get Part( Index As Integer)Codice |
| Method Summary | |
Private |
Class_Initialize()Codice |
Public(Boolean) |
Equals( OtherIP As CIPAddress)Codice |
Public |
fromString( Value As String)Codice |
Public(String) |
getHostName()Codice |
Public(Boolean) |
IsIP( Value As String)Codice |
Private |
setLoopBackIp()Codice |
Public(String) |
toString()Codice |
| Details |
Public Event OnChangeIpAddress()
Private mIPParts(1 To 4) As Byte
Public Property Get AsInetAddress() As Long
Public Property Get Part(Index As Integer) As Byte
Private Property Let Part(Index As Integer, newValue As Byte)
Private Sub Class_Initialize()
Public Function Equals(OtherIP As CIPAddress) As Boolean
Public Sub fromString(Value As String)
Public Function getHostName() As String
Public Function IsIP(Value As String) As Boolean
Private Sub setLoopBackIp()
Public Function toString() As String
| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |