Savoy Comm 詳細資料
Properties
BaudRate
ByteSize
ByteStream
Connect
Count
IniFileName
IniSection
Parity
PortNumber
StopBit
Methods
AboutBox
LoadIniFile
Send
Setup
Events
Received
|
Gets or sets section name in INI file to read/write settings. If multiple SavoyComm control were embedded in one project, it is possible to share same INI file by changing section name.
Default setting is “SavoyComm”.
Syntax
|
CString GetIniSection()
void SetIniSection(LPCTSTR)
|
Return Value
Example
|
.IniSection = "Host" ‘ [Host] section
|
|
m_ctrl.IniSection("Host"); // [Host] section
|
Remarks
Persistent property.
See Also
|
|