Savoy SECS I リファレンス
プロパティ
Appearance
BaudRate
BorderStyle
Connect
DeviceID
IniFileName
IniSection
Log
LogBakCount
LogFileName
LogSize
LogVerbose
Master
MSEC
PortNumber
Retry
T1
T2
T3
T4
メソッド
AboutBox
LoadIniFile
Send
Setup
イベント
Problem
Received
Sent
|
Gets or sets section name in INI file to read/write settings. If multiple SavoySecsII control were embedded in one project, it is possible to share same INI file by changing section name.
Default setting is “SavoySecsII”.
構文
|
CString GetIniSection()
void SetIniSection(LPCTSTR)
|
戻り値
使用例
|
.IniSection = "Host" ‘ [Host] section
|
|
m_ctrl.IniSection("Host"); // [Host] section
|
特記事項
Persistent property.
参照
|
|