You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
549 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.Net.Sockets;
namespace Dat2Bin
{
public struct SiteParameter
{
public ushort fileId;
public string fileName;
public string SafeFileName;
public DateTime fileStartTime;
public DateTime fileEndTime;
public HEADInfo fileHead;
public IPAddress boxip;
public ushort upfileId;
public byte transtimeOK;
public byte LogFile;//LOG :1 OTHER:0
}
}