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 the serial port number. Port number starts at 0. For example, comm #1 is 0, comm. #2 is 1.
Default value is 0.
構文
|
short GetPortNumber()
void SetPortNumber(short)
|
戻り値
使用例
|
.PortNumber = 0
.BaudRate = 9600
.Retry = 3
.Connect = True
|
|
m_ctrl.SetPortNumber(0);
m_ctrl.SetBaudRate(9600);
m_ctrl.SetRetry(3);
m_ctrl.SetConnect(true);
|
特記事項
Persistent property.
参照
|
|