<< Click to display table of contents >> TRVDataReadEvent |
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVDataReadEvent = procedure(Sender: TObject; AData: TStream;
ASocket: TRVSocket;
GUIDFrom, GUIDTo, GUIDGroup : TGUID) of object;
AData – received data.
ASocket – a socket from which data are read. 0 if data are received from a camera.
All GUID parameters are available only for TCP connections. For UDP connections, they are equal to 0.
GUIDFrom – identifier of the data sender (if available)
GUIDTo – identifier of the data receiver (if available)
GUIDGroup – identifier of the group in TRVMediaServer (if available)
This is the type of the following events:
•TRVRecvSource.OnDataRead