<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Serial Class > Serial Properties > Serial.Channel Property |
Gets or sets the channel of this instance. By default = COM1 to COM4. With some serial interface cards, it is possible to have more than COM4.
[Visual Basic]
<PviKeyWord(PviKeyWord:=""/IF"")> _
Public Property Channel() As Byte
Public Get
End Get
Public Set
End Set
End Property
[C#]
[PviKeyWord(PviKeyWord=""/IF"")]
public byte Channel { public get; public set; }
Serial Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]