[This is preliminary documentation and is subject to change.]
Receive a DIMSE or ACSE message from the PDU files stream sniffed from network.
| C# | Visual Basic | Visual C++ |
ReceivedMsgReturnCode ReceiveMessage( out Message message )
Function ReceiveMessage ( _ <OutAttribute> ByRef message As Message _ ) As ReceivedMsgReturnCode
ReceivedMsgReturnCode ReceiveMessage( [OutAttribute] Message^% message )
- message ( Message %)
- Abstract message of type Message the user can use reflection GetType()()() to determine whether the message is of type DicomMessage or DulMessage.
The return code