Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Tham khảo tài liệu 'các chương trình mẫu .net part 10', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Coding Technique 819 Trả về chuỗi các byte dữ liệu đến Overridable Readonly Property InputStreamStringO As String Get Dim oEncoder As New System.Text.ASCHEncodingO Return oEncoder.GetString Me.Inputstream End Get End Property Trả về trạng thái Open của Comm Port Readonly. Property IsOpenO As Boolean Get Return CBoolfmhRS -1 End Get End Property Trả về trạng thái của modem Public Readonly Property ModemStatusO As Modemstatus Bits Get If mhRS --1 Then Throw New ApplicationExceptionfPlease initialize and open _ port before using this method Else Truy xuất trạng thái của modem Dim IpModemStatus As Integer If Not GetCommModemStatus mhRS IpModemStatus Then Throw New Application Exception Unable to get modem status Else Return CType lpModemStatus ModemStatusBits End If End If End Get End Property Thuộc tinh này nhận hoặc quy định Parity Public Property ParityO As DataParìty Get Return meParity End Get 820 -- Coding Techniques - Set ByVal Value As DataParity meParity Value End Set End Property Thuộc tính này nhận hoặc quy định Port Public Property Porto As Integer Get Return miPort End Get Set ByVal Value As Integer miPort - Value End Set End Property Set hoặc reset RTS Public WriteOnly Property Rts As Boolean r Set ByVai Value As Boolean If Not mhRS -1 Then If Value Then EscapeCommFunctìon TOhRS Lines SetRts Else I EscapeCommFunctionfmhRS Lines.ClearRts End If End If End Set End Property . Thuộc tính nhận hoậc quy định StopBit Public Property StopBitO As DataStopBit Get Return meStopBit End Get Set ByVal Value As DataStopBit meStopBit Value End Set End Property -- cốỉitỉig Techniques - 819 Trả về chuỗi các byte dữ liệu đến Overridable Readonly Property InputStreamStringO As string Get Dim oEncoder As New System .Text. ASCIIEncodingO Return oEncoder.GetString Me.fnputStream End Get End Property Trả về trạng thái Open của Comm Port Readonly Property IsOpanO As Boolean Get Return CBootfmhRS 0-1 End Get End Property Trà vể bạng thái của modem Public Readonly Property .