ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/vb_net_test/nettest.frm
(Generate patch)

Comparing experimental/host/vb_net_test/nettest.frm (file contents):
Revision 1.15 by pjm2, Fri Feb 23 17:08:37 2001 UTC vs.
Revision 1.16 by pjm2, Fri Feb 23 17:31:44 2001 UTC

# Line 139 | Line 139 | Dim TCPUpdateTime As Integer
139  
140   Dim protocolVersion As String
141   Dim connected As Boolean
142 +
143 + 'Dim CUpTime As New CUpTime
144 +
145   Dim responseNumber As Integer
146  
147   Private Sub Form_Load()
# Line 335 | Line 338 | Private Sub Timer1_Timer()
338          ' prepare the contents of the XML packet.
339          seqNo = seqNo + 1
340          machineName = TCPSock.LocalHostName
341 <        localIP = TCPSock.localIP
341 >        LocalIP = TCPSock.LocalIP
342          packetDate = Date2Num()
343          
344          
# Line 382 | Line 385 | Private Sub Timer1_Timer()
385          swapFree = memory& \ 1024
386          
387          ' build the contents of the XML packet
388 <        xml = "<packet seq_no=""" & seqNo & """ machine_name=""" & machineName & """ date=""" & packetDate & """ type=""data"" ip=""" & localIP & """>" & _
388 >        xml = "<packet seq_no=""" & seqNo & """ machine_name=""" & machineName & """ date=""" & packetDate & """ type=""data"" ip=""" & LocalIP & """>" & _
389                "<os>" & _
390                  "<name>" & osName & "</name>" & _
391                  "<version>" & osVersionMajor & "</version>" & _

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines