[This is preliminary documentation and is subject to change.]
The ReportObjectOutputStream is implemented by the ADK to supply agents with
a means of streaming arbitrarily large SIF Data Objects responses for SIF_ReportObject
queries in SIF 1.5 and later. The ADK handles packetizing and storing SIF_Responses
for SIF_ReportObject in a local cache for reliable delivery to the ZIS.
| C# | Visual Basic | Visual C++ |
public interface IReportObjectOutputStream
Public Interface IReportObjectOutputStream
public interface class IReportObjectOutputStream
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| SetReportInfo(String, ReportInfo, IZone) | Assign a ReportInfo instance to the stream. | |
| Write(SifDataObject) | Write a SIFDataObject to the stream |