Swing SECS I リファレンス
プロパティ
Active
Appearance
BaudRate
BorderStyle
CommPort
DeviceID
IniFile
IniSection
Log
LogFile
Master
MSEC
Retry
Show
T1
T2
T3
T4
メソッド
Config
LoadIni
Send
イベント
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).
構文
|
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. |
戻り値
使用例
特記事項
参照
|
|