Ejemplo n.º 1
0
 public override bool SaveToDevice(ref FaHDevice faHDevice, out bool moreIndices)
 {
     moreIndices = faHDevice.WriteFunctionList(this.ObjectID, this.PropertyID, this.FieldID, this.FPSRpayload);
     return(true);
 }