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
|
If this property is True, then ActiveX control displays queue status. If False, it displays LED like picture. This property is a persistent property.
Syntax
Return Value
Example
|
.Show = True ' Show queue
.Show = False ' Show LED like picture
|
|
m_secs.SetShow(true); // Show queue
m_secs.SetShow(false); // Show LED like picture
|
Remarks
See Also
|
|