/// <summary>
 /// The entry to set as <see cref="EmberGpProxyTableEntry"/> </summary>
 public void SetEntry(EmberGpProxyTableEntry entry)
 {
     _entry = entry;
 }
 public EzspGpProxyTableGetEntryResponse(int[] inputBuffer) :
     base(inputBuffer)
 {
     _status = deserializer.DeserializeEmberStatus();
     _entry  = deserializer.DeserializeEmberGpProxyTableEntry();
 }