Gets the ASCII custom format.
Go2Status Go2Serial_AsciiCustomDataFormat(Go2Serial serial, Go2Char** format);
|
Parameters |
Description |
|
Go2Serial serial |
Go2Serial object. |
|
Go2Char** format |
Receives a null-terminated string containing the custom ASCII format. |
Operation status.
Use the Go2Free function to free the format string returned by this function.
Go2OutputChannels.h