UMDS .NET API
6.14
|
class UMDSMessageFormatter is the class which generates UMDSInternalMessages for UMDS clients. More...
Classes | |
class | CtrlHdrFlags |
class | CtrlHdrID |
class | DataHdrFlags |
class | DataHdrID |
class | GenMsgHdrFormatter |
class | HdrSize |
class | MsgType |
Public Member Functions | |
UMDSMessageFormatter (UMDSServerConnection sc) | |
Create a message formatter for a server connection. More... | |
virtual UMDSInternalMessage | parse (System.IO.Stream instrm, long timeout) |
Parse an input stream and create a message on the incoming stream. More... | |
class UMDSMessageFormatter is the class which generates UMDSInternalMessages for UMDS clients.
com.latencybusters.umds.UMDSMessageFormatter.UMDSMessageFormatter | ( | UMDSServerConnection | sc | ) |
Create a message formatter for a server connection.
sc | The server connection this message formatter is to be associated with. |
References com.latencybusters.umds.UMDS.dlog(), and com.latencybusters.umds.UMDSServerConnection.UMDS.
|
virtual |
Parse an input stream and create a message on the incoming stream.
instrm | The input stream containing the message data |
timeout | The absolute time that the message should be parsed by (timeout). |
References com.latencybusters.umds.UMDS.dlog().
Referenced by com.latencybusters.umds.UMDSServerThread.UMDSServerThread().