Swing SECS I 詳細資料
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
|
This event is invoked when ActiveX control receives message successfully. In case of multi-block message, it is kicked after final block. Received messages will be automatically deleted after T4 timeout has been occurred (garbage collection).
Syntax
|
Sub Read (pszMsg As String)
|
|
void OnRead(LPCTSTR pszMsg);
|
pszMsg | Received message. Header of multi-block are the same, so they are combined into single message. |
Return Value
Example
Remarks
See Also
|
|