public byte[] ReceiveTerminatedBinary(
byte[] TerminatorBytes
)Public Function ReceiveTerminatedBinary (
TerminatorBytes As Byte()
) As Byte()public:
virtual array<unsigned char>^ ReceiveTerminatedBinary(
array<unsigned char>^ TerminatorBytes
) sealedIf a timeout occurs, a TimeoutException is raised.
This function exists in the COM component but is not documented in the help file.
| SerialPortInUseException | Thrown when unable to acquire the serial port |
| NotConnectedException | Thrown when this command is used before setting Connect = True |