Swing SECS I Reference
Properties
Active
Appearance
BaudRate
BorderStyle
CommPort
DeviceID
IniFile
IniSection
Log
LogFile
Master
MSEC
Retry
Show
T1
T2
T3
T4
Methods
Config
LoadIni
Send
Events
Errors
Read
SelMsg
Written
|
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
|
|