| Ivi.Visa Namespace > IMessageBasedFormattedIO Interface : ReadLineBinaryBlockOfSByte Method |
| Overload | Description |
|---|---|
| ReadLineBinaryBlockOfSByte() | Read an array of signed bytes from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfSByte(Boolean) | Read an array of signed bytes from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfSByte(SByte[],Int64) | Read an array of signed bytes from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character. |
| ReadLineBinaryBlockOfSByte(SByte[],Int64,Boolean) | Read an array of signed bytes from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character. |
If BinaryEncoding = DefiniteLengthBlockData or BinaryEncoding = IndefiniteLengthBlockData: The ReadLineBinaryBlockOfSByte method exhibits the same behavior as Scanf("b*T", out result ), which returns result.
If BinaryEncoding = RawBigEndian: The ReadLineBinaryBlockOfSByte method exhibits the same behavior as Scanf("y*T", out result ), which returns result.
If BinaryEncoding = RawLittleEndian: The ReadLineBinaryBlockOfSByte method exhibits the same behavior as Scanf("!oly*T ", out result ), which returns result.
Current with Keysight IO Libraries Suite 18