IPWorks IoT 2020 C++ Builder Edition

Questions / Feedback?

JSON Event

Fires with the JSON data being written.

Syntax

typedef struct {
  String Text;
} TiotJSONJSONEventParams;

typedef void __fastcall (__closure *TiotJSONJSONEvent)(System::TObject* Sender, TiotJSONJSONEventParams *e);

__property TiotJSONJSONEvent OnJSON = { read=FOnJSON, write=FOnJSON };

Remarks

This event fires when output data is written.

Text contains the JSON data currently being written.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 C++ Builder Edition - Version 20.0 [Build 8265]