Gets or sets a value indicating whether null bytes are ignored when transmitted between the port and the receive buffer.
Read/Write
| Visual Basic |
DiscardNull As Boolean
|
|---|---|
| Visual C++ (MFC) |
BOOL get_DiscardNull();
void put_DiscardNull(BOOL value);
|
| Visual C++ (#import) |
VARIANT_BOOL DiscardNull;
|
The property may throw exception. Use GetLastError method to get the error code.