extract data from socket?
Posted: Wed Oct 25, 2017 5:15 am
Hello.
Right now i'm able to send a command to a socket and I recieve this:
I need to search for the number of instance name and regarding on the number of intances I want to show (in this example 2) rows in a datagrid, that I can fill in with data.
Brg Tue.
Right now i'm able to send a command to a socket and I recieve this:
Code: Select all
201 INFO TEMPLATE OK
<?xml version="1.0" encoding="utf-8"?>
<template version="2.0.0" authorName="Tue Sandbæk" authorEmail="tue@broadcastsupport.dk" templateInfo="TV SYD, KV17 credit" originalWidth="1920" originalHeight="1080" originalFrameRate="50">
<components>
<component name="CasparTextField">
<property name="text" type="string" info="String data"/>
</component>
</components>
<keyframes/>
<instances>
<instance name="f1" type="CasparTextField"/>
<instance name="f0" type="CasparTextField"/>
</instances>
<parameters/>
</template>
Brg Tue.