![]() |
IFrame
|
public interface IFrameImageParser<TTypeIdentifier, TOutputType> : IBinaryImageParser, IProvideStatus where TOutputType : Object, ISupportFrameImage<TTypeIdentifier>
The IFrameImageParserTTypeIdentifier, TOutputType type exposes the following members.
Name | Description | |
---|---|---|
![]() | Enabled |
Gets or sets a boolean value that indicates whether the data parser is currently enabled.
(Inherited from IBinaryImageParser) |
![]() | Name |
Gets the name of the object providing status information.
(Inherited from IProvideStatus) |
![]() | Status |
Gets the current status details about object providing status information.
(Inherited from IProvideStatus) |
![]() | TotalProcessedBuffers |
Gets the total number of buffer images processed so far.
(Inherited from IBinaryImageParser) |
Name | Description | |
---|---|---|
![]() | Start |
Start the streaming data parser.
(Inherited from IBinaryImageParser) |
![]() | Stop |
Stops the streaming data parser.
(Inherited from IBinaryImageParser) |
![]() | Write |
Writes a sequence of bytes onto the IBinaryImageParser stream for parsing.
(Inherited from IBinaryImageParser) |
Name | Description | |
---|---|---|
![]() | DataDiscarded |
Occurs when data image fails deserialization due to an exception.
(Inherited from IBinaryImageParser) |
![]() | DataParsed | Occurs when a data image is deserialized successfully to one of the output types that the data image represents. |
![]() | OutputTypeNotFound | Occurs when matching a output type for deserializing the data image cound not be found. |
![]() | ParsingException |
Occurs when an Exception is encountered while attempting to parse data.
(Inherited from IBinaryImageParser) |