//private byte[] requestDataParms = null; public override bool SaveToDevice(ref FaHDevice faHDevice, out bool moreIndices) { /*if (requestDataParms == null) * Console.WriteLine("NULL"); * else * Console.WriteLine("DATA"); */ int FieldIndex = FPSRpayload[0]; if (FPSRpayload.Length < 5) { FieldIndex = 0; } moreIndices = faHDevice.WriteOIDData(ObjectID, PropertyID, FieldIndex, FPSRpayload); return(true); }