📄 mscomm32.opk
字号:
@@ 易语言OCX组件包装支持库
记录格式说明:
“@@ LANG = xxxx”:记录翻译用语言的种类,必须在首部,不要更改。
“@@ CLSID = xxxx”:记录OCX组件的CLSID,不要更改。
“@@ EVENT_IID = xxxx”:记录OCX组件默认事件接口的IID,不要更改。
“@@ METHOD_IID = xxxx”:记录OCX组件默认方法和属性接口的IID,不要更改。
“@@ 组件名 = xxxx”:记录OCX组件的中文名称。
“@@ 组件说明信息:”:记录OCX组件的中文说明信息(从下行首直到下一标志处)。
“@@ 常量”:标志常量翻译表的开始。
“@@ 属性”:标志属性翻译表的开始。
“@@ 事件”:标志事件翻译表的开始。
“@@ 方法”:标志方法翻译表的开始。
所有@@标志必须放在行首。
“##1”:表示某翻译项的开始,格式为“##1 项目原名 = 翻译后的名称”,
下行首直到下一标志处记录有关此项目的详细解释信息。
“##0”:记录被屏蔽的项目,被屏蔽项目将不会被包装支持库输出。
格式为“##0 项目原名”。
------------------------------------------------------------
@@ LANG = 1
@@ CLSID = {648A5600-2C6E-101B-82B6-000000000014}
@@ EVENT_IID = {648A5602-2C6E-101B-82B6-000000000014}
@@ METHOD_IID = {E6E17E90-DF38-11CF-8E74-00A0C90F26F8}
@@ 组件名 = MSComm
@@ 组件说明信息:
Microsoft Comm Control 6.0
@@ 常量
------------------------------------------------------------
##1 InputModeConstants.comInputModeText =
Text
##1 InputModeConstants.comInputModeBinary =
Binary
##1 HandshakeConstants.comNone =
No handshaking
##1 HandshakeConstants.comXOnXoff =
XOn/XOff handshaking
##1 HandshakeConstants.comRTS =
Request-to-send/clear-to-send handshaking.
##1 HandshakeConstants.comRTSXOnXOff =
Request-to-send, XOn/XOff handshaking.
@@ 属性
------------------------------------------------------------
##1 IMSComm.InputMode =
Sets/returns the type of data retrieved by the Input property.
##1 IMSComm.EOFEnable =
Sets/returns the whether to search for the EOF character.
##1 IMSComm.CommEvent =
Returns the most recent communication event or error.
##1 IMSComm.SThreshold =
Sets/returns the minimum number of characters allowable in the transmit.
##1 IMSComm.Settings =
Sets/returns the baud rate, parity, data bit, and stop bit parameters.
##1 IMSComm.RTSEnable =
Determines whether to enable the Request To Send line.
##1 IMSComm.RThreshold =
Sets/returns the number of characters to receive.
##1 IMSComm.PortOpen =
Sets/returns the state of the communications port (open or closed).
##1 IMSComm.ParityReplace =
Sets/returns the character that replaces an invalid character in the data stream when a parity error occurs.
##1 IMSComm.OutBufferCount =
Returns the number of characters waiting in the transmit buffer.
##1 IMSComm.OutBufferSize =
Sets/returns the size, in characters, of the transmit buffer.
##1 IMSComm.NullDiscard =
Determines whether null characters are transferred from the port to the receive buffer.
##1 IMSComm.InputLen =
Sets/returns the number of characters the Input property reads from the receive buffer.
##1 IMSComm.Break =
Sets or clears the break signal state.
##1 IMSComm.InBufferCount =
Returns the number of characters waiting in the receive buffer.
##1 IMSComm.InBufferSize =
Sets/returns the size of the receive buffer in bytes.
##1 IMSComm.Handshaking =
Sets/returns the hardware handshaking protocol.
##1 IMSComm.DTREnable =
Determines whether to enable the Data Terminal Ready line during communications.
##1 IMSComm.DSRHolding =
Determines the state of the Data Set Ready line.
##1 IMSComm.CTSHolding =
Determines whether you can send data by querying the state of the Clear To Send line.
##1 IMSComm.CommPort =
Returns/sets the communications port number.
##1 IMSComm.CommID =
Returns a handle that identifies the communications device.
##1 IMSComm.CDHolding =
Determines whether the carrier is present by querying the state of the Carrier Detect line.
@@ 事件
------------------------------------------------------------
##1 DMSCommEvents.OnComm =
Occurs whenever the value of the CommEvent property changes.
@@ 方法
------------------------------------------------------------
##1 IMSComm.put_Output =
Writes a string of characters to the transmit buffer.
##1 IMSComm.put_Output.参数1 =
##1 IMSComm.get_Output =
Writes a string of characters to the transmit buffer.
##1 IMSComm.put_Input =
Returns and removes a string of characters from the receive buffer.
##1 IMSComm.put_Input.参数1 =
##1 IMSComm.get_Input =
Returns and removes a string of characters from the receive buffer.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -