The Protocol_PRO4_InterfaceAdapter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BaudRate |
BaudRate to use to communicate with external application
Usually does not matter if using a virtual serial port
|
![]() | CommsTimeout | |
![]() | ConsecutiveMissedResponseCount | |
![]() | CountPacketsToSend | |
![]() | DeviceName | |
![]() | DeviceType |
Get the Device Type
|
![]() | ExpectedResponseLength | |
![]() | HostInitiatedComms |
Flag to indicate if all comms to the device are host initiated
Examples would be standard VR devices, KCF nodes, etc.
If this flag is false than the
|
![]() | ImmediateOutput |
Flag to indicated that output from device should be sent immediately to the
communication port. If false data is que'd in an output que which can be accessed via
the Read functions.
Default is true;
|
![]() | MaxLength_input | |
![]() | MaxLength_output | |
![]() | MaxRxCount |
Set limit on the maximum size to send to the device
|
![]() | MaxTxCount |
Set limit on the maximum size to send to the device
|
![]() | NetworkID |
Get Network Node ID
|
![]() | NextPacketToSend | |
![]() | PortName |
Comm port to use to communicate with external application
Typically this will be a virtual serial port, but could be a real one
|
![]() | Read |
Return any bytes available from the device
|
![]() | RxCount |
Get the number of bytes in the recieve buffer
This is used for polled operation
|
![]() | UsesRawComms |