Exemplo n.º 1
0
 public ArtPollReplyPacket() : base(packet_length)
 {
     //data            = Const.GetZeroByteArray(packet_length);
     OpCode        = Const.OPCODE_OpPollReply;
     IP            = Const.GetLocalhost();
     EthernetPort  = Const.BIND_PORT;
     NetSwitch     = 0;
     SubSwitch     = 0;
     OemCode       = Const.OEM_CODE;
     UbeaVersion   = (Const.UBEA_VERSION);
     Status1       = new bool[] { false, false, false, false, false, false, false, false };
     ESTACodeValue = ESTA_CODE;
     ShortName     = "Ze Sloka";
     LongName      = "Go go go go Zeeee Slokaaaaaaaaaaaa!";
     NodeReport    = "no such island";
     PortCount     = 4;
     SetDefaultPortType();
     SetDefaultSwIn();
     SetDefaultSwOut();
     Style = 0;
     setSwVideo_SwMacro_SwRemote_to_zero();
     setSpareFieldsToZero();
     setMacAddress();
     BindIpString = "0.0.0.0";
     BindIndex    = 0;
     Status2      = 0;
     setFiller();
 }