Class to handle parsing of a PRO4 communication stream
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class Protocol_PRO4_Parser
Public Class Protocol_PRO4_Parser
public ref class Protocol_PRO4_Parser
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
Protocol_PRO4_Parser()()() |
Default constructor
Initializes parser states and allocates storage for packet headers
| |
Protocol_PRO4_Parser(CommPort) |
Constructor which allows for specifing an attached CommPort
| |
AttachedPort |
The port from which data will be parsed
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
PacketRx | ||
parse(array<Byte>[]()[]) |
Parse an incoming data stream
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
Protocol_PRO4_Parser |