public RMCPacketRequestRegisterEx(Stream s) { stationUrls = Helper.ReadStringList(s); className = Helper.ReadString(s); ProcessData(s); }