Class Hierarchy Class Index Method Index
- Global CHMengine::InitiateMessage (const CHMchar *pFlatWire)
- This function will attempt to send the message given in the
pFlatWire argument. It will use the assigned CHMtransport and CHMwrapper objects that are assigned to this CHMengine object.
- 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. Be aware that this method takes ownership of the assigned CHMtransport object, i.e., the CHMengine destructor will delete the CHMtransport object.
- Global CHMengine::SetWrapper (CHMwrapper *pWrapper)
- The CHMwrapper object
pWrapper is used to wrap outgoing messages and unwrap incoming messages from the CHMtransport class. Be aware that this method takes ownership of the assigned CHMwrapper object, i.e., the CHMengine destructor will delete the CHMwrapper object.
- 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.