namespace StandardScene.Magnetic.Protocol { /// /// 由 回调的 UDP/PCB 车型处理接口。 /// internal interface IFass2UdpCar { ushort VehicleCode { get; } string RemoteAddress { get; } int RemotePort { get; } void OnUdpStateReceived(Fass2StateReport report); } }