Exemplo n.º 1
0
        public override void Read(DataProcessor source)
        {
            base.Read(source);

            this.SerialNumber = source.ReadUShort();
            this.Reserved1    = source.ReadUShort();
        }
Exemplo n.º 2
0
 public void ReadPre(DataProcessor source)
 {
     this.NetworkNumber = source.ReadByte();
     this.PLCNumber     = source.ReadByte();
     this.IONumber      = source.ReadUShort();
     this.StationNumber = source.ReadByte();
 }
Exemplo n.º 3
0
 public override void ReadPost(DataProcessor source)
 {
     this.Watchdog = source.ReadUShort();
 }
Exemplo n.º 4
0
 public override void ReadPost(DataProcessor source)
 {
     this.ResultCode = source.ReadUShort();
 }