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