示例#1
0
 /// <summary>
 /// Initialize the instance data.
 /// </summary>
 private void Initialize()
 {
     this.ID         = 0;
     this.DecoderID  = 0;
     this.BlockID    = 0;
     this.Name       = string.Empty;
     this.Address    = 0;
     this.Output1    = DecoderFunctionOutputStatus.Unknown;
     this.Output2    = DecoderFunctionOutputStatus.Unknown;
     this.SwitchTime = 0;
 }
示例#2
0
 /// <summary>
 /// Initialize the instance data.
 /// </summary>
 private void Initialize()
 {
     this.ID         = 0;
     this.Index      = 0;
     this.DecoderID  = 0;
     this.ElementID  = 0;
     this.Decoder    = null;
     this.Name       = string.Empty;
     this.Address    = 0;
     this.Output     = 0;
     this.OutputMap  = new ConnectionMap();
     this.Output2    = DecoderFunctionOutputStatus.Unknown;
     this.SwitchTime = 0;
 }