Savoy HSMS 详细资料
Properties
Appearance
BorderStyle
Connect
IniFileName
IniSection
IPAddress
Log
LogBakCount
LogFileName
LogSize
LogVerbose
MyHostName
MyPortNumber
PortNumber
Selected
Server
T3
T5
T6
T7
T8
Methods
AboutBox
Disconnect
LoadIniFile
Send
Setup
ToIPAddress
Events
Connected
Disconnected
Problem
Received
SelChanged
|
Gets or sets section name in INI file to read/write settings. If multiple SavoyHsms control were embedded in one project, it is possible to share same INI file by changing section name.
Default setting is “SavoyHsms”.
Syntax
|
CString GetIniSection()
void SetIniSection(LPCTSTR)
|
Return Value
Example
|
.IniSection = "Host" ‘ [Host] section
|
|
m_ctrl.IniSection("Host"); // [Host] section
|
Remarks
Persistent property.
See Also
|
|