Visual Basic: MSComm Control
Input Property
Returns and removes a stream of data from the receive buffer. This property is not available at design time and is read-only at run time.
Syntax
object.Input
The Input property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Remarks
The InputLen property determines the number of characters that are read by the Input property. Setting InputLen to 0 causes the Input property to read the entire contents of the receive buffer.
The InputMode property determines the type of data that is retrieved with the Input property. If InputMode is set to comInputModeText then the Input property returns text data in a Variant. If InputMode is comInputModeBinary then the Input property returns binary data in an array of bytes in a Variant.
Data Type
Variant
출처
https://msdn.microsoft.com/en-us/library/aa259416(v=vs.60).aspx
'호구지책 > VB6' 카테고리의 다른 글
[VB6]비주얼베이직 런타임 오류코드 목록 (0) | 2017.12.14 |
---|---|
[VB6] 공용컨트롤 : 속성들 (0) | 2017.12.13 |
[VB6] 공용컨트롤 개요 (0) | 2017.12.13 |
[VB6] 공용컨트롤 : InputMode (0) | 2017.12.13 |
[VB6] 공용컨트롤 : InputLen (0) | 2017.12.13 |
[VB6] ByVal과 ByRef의 차이점 (0) | 2017.12.07 |
[VB6] C++과의 데이터 타입 대응표 - C++ 과 VB6의 호환성 문제 (0) | 2017.12.05 |
[VB6] 비주얼베이직 6.0에서 DLL 호출하기 (0) | 2017.11.29 |
댓글