Send SECS-II message.
構文
|
Sub Send (pszMsg As String)
|
|
void Send(LPCTSTR pszMsg)
|
戻り値
使用例
|
m_secs.Send(m_msg.GetMsg());
|
特記事項
At this time, message is posted at the end of send queue. If send procedure has been finished successfully, then Written Event occurs.
参照
|