Send SECS-II message.
Syntax
|
Sub Send (pszMsg As String)
|
|
void Send(LPCTSTR pszMsg)
|
Return Value
Example
|
m_secs.Send(m_msg.GetMsg());
|
Remarks
At this time, message is posted at the end of send queue. If send procedure has been finished successfully, then Written Event occurs.
See Also
|