Is there a way to get raw string from Generic Events?

Hello,

In my system there is a program that is sending “Generic Events” to TCP port 1234 (to XProtect server). I’d like to encapsulate some data to that event’s strings to be able to parse it on SmartClient Plugin side.

Is there a way to get raw string from Generic Events?

Thank you!

Regards,

Oleksandr.

Unfortunately, you cannot use Generic Event for getting raw string.

Instead, you can use Transact or Analytics Events.

Transact, this plug-in sample demonstrates how to feed transaction data into the system and you will see the data on Smart Client –

https://doc.developer.milestonesys.com/html/index.html?base=samples/transactconnector.html&tree=tree_1.html

Analytics Event, this sample demonstrates how to submit an Analytics Event to the Milestone XProtect Event Server using the .Net library and it can includes overlay -

https://doc.developer.milestonesys.com/html/index.html?base=samples/analyticseventlibrary.html&tree=tree_2.html