Class Hierarchy   Class Index   Method Index  

Deprecated List

Global CHMengine::InitiateMessage (const CHMchar *pFlatWire)
This function will attempt to send the message given in the pFlatWire argument.

Global CHMengine::ReplyToMessage (const CHMchar *FlatWire, size_t TransportIndex)
This function uses the assigned CHMtransport and CHMwrapper classes to route a reply message back to the appropriate sender using the TransportIndex to look up that sender.

Global CHMengine::SetTransport (CHMtransport *pTransport)
The CHMtransport object pTransport is used by the engine to send and receive messages.

Global CHMengine::SetWrapper (CHMwrapper *pWrapper)
The CHMwrapper object pWrapper is used to wrap outgoing messages and unwrap incoming messages from the CHMtransport class.

Global CHMengine::Transport ()

Global CHMengine::Transport () const

Global CHMengine::Wrapper ()

Global CHMengine::Wrapper () const

Class CHMhl7ClientSocket

Class CHMhl7ServerSocket

Class CHMllpWrapper

Class CHMmfcSocketTransport

Class CHMtransport
New applications should use CHMllpConnection.

Class CHMwrapper
New applications should use CHMllpServer and CHMllpClient.