|
Gocator API
|
Represents Serial output settings.
Inherits kObject.
Public Member Functions | |
| kStatus | GoSerial_AddSource (GoSerial serial, k32u sourceId) |
| Selects the specified source for transmission. More... | |
| kChar * | GoSerial_AsciiCustomDataFormat (GoSerial serial) |
| Gets the ASCII protocol output custom data format string. More... | |
| kBool | GoSerial_AsciiCustomFormatEnabled (GoSerial serial) |
| Gets the enabled state of the ASCII protocol custom data format. More... | |
| kChar * | GoSerial_AsciiDelimiter (GoSerial serial) |
| Gets the ASCII protocol output delimiter string. More... | |
| kChar * | GoSerial_AsciiInvalidValue (GoSerial serial) |
| Gets the ASCII protocol output invalid value string. More... | |
| kChar * | GoSerial_AsciiTerminator (GoSerial serial) |
| Gets the ASCII protocol output terminator string. More... | |
| kStatus | GoSerial_ClearSources (GoSerial serial) |
| Removes all selected sources for the specified output type. More... | |
| kStatus | GoSerial_EnableAsciiCustomFormat (GoSerial serial, kBool enabled) |
| Sets the enabled state of the ASCII protocol custom data format. More... | |
| k32u | GoSerial_OptionAt (GoSerial serial, kSize index) |
| Gets the source option at the specified index. More... | |
| kSize | GoSerial_OptionCount (GoSerial serial) |
| Gets the number of source options. More... | |
| kStatus | GoSerial_RemoveSource (GoSerial serial, kSize index) |
| Removes (de-selects) the source at the specified index. More... | |
| k64f | GoSerial_SelcomDataScaleMax (GoSerial serial) |
| Gets the Selcom protocol data scale maximum value. More... | |
| k64f | GoSerial_SelcomDataScaleMin (GoSerial serial) |
| Gets the Selcom protocol data scale minimum value. More... | |
| GoSelcomFormat | GoSerial_SelcomFormat (GoSerial serial) |
| Gets the current Selcom output format. More... | |
| GoSelcomFormat | GoSerial_SelcomFormatOptionAt (GoSerial serial, kSize index) |
| Gets the Selcom format option at the specified index. More... | |
| kSize | GoSerial_SelcomFormatOptionCount (GoSerial serial) |
| Returns the count of available Selcom protocol output format options. More... | |
| kArrayList | GoSerial_SelcomFormatOptionList (GoSerial serial) |
| Gets the list of Selcom format options. More... | |
| k32u | GoSerial_SelcomRate (GoSerial serial) |
| Gets the index of the currently selected Selcom output rate. More... | |
| k32u | GoSerial_SelcomRateOptionAt (GoSerial serial, kSize index) |
| Gets the Selcom rate option at the specified index. More... | |
| kSize | GoSerial_SelcomRateOptionCount (GoSerial serial) |
| Returns the count of available Selcom protocol output rate options. More... | |
| kArrayList | GoSerial_SelcomRateOptionList (GoSerial serial) |
| Gets the list of Selcom rate options. More... | |
| kStatus | GoSerial_SetAsciiCustomDataFormat (GoSerial serial, const kChar *string) |
| Sets the ASCII protocol output custom data format. More... | |
| kStatus | GoSerial_SetAsciiDelimiter (GoSerial serial, const kChar *string) |
| Sets the ASCII protocol output delimiter string. More... | |
| kStatus | GoSerial_SetAsciiInvalidValue (GoSerial serial, const kChar *string) |
| Sets the ASCII protocol output invalid value string. More... | |
| kStatus | GoSerial_SetAsciiTerminator (GoSerial serial, const kChar *string) |
| Sets the ASCII protocol output terminator string. More... | |
| kStatus | GoSerial_SetSelcomDataScaleMax (GoSerial serial, k64f value) |
| Sets the Selcom protocol maximum data scale value. More... | |
| kStatus | GoSerial_SetSelcomDataScaleMin (GoSerial serial, k64f value) |
| Sets the Selcom protocol minimum data scale value. More... | |
| kStatus | GoSerial_SetSelcomFormat (GoSerial serial, GoSelcomFormat format) |
| Sets the Selcom protocol output format. More... | |
| kStatus | GoSerial_SetSelcomRate (GoSerial serial, k32u rate) |
| Sets the Selcom protocol output rate. More... | |
| k32u | GoSerial_SourceAt (GoSerial serial, kSize index) |
| Gets the identifier of the selected output source at the specified index. More... | |
| kSize | GoSerial_SourceCount (GoSerial serial) |
| Gets the number of sources of the specified output type that are currently selected for transmission. More... | |
| kStatus GoSerial_AddSource | ( | GoSerial | serial, |
| k32u | sourceId | ||
| ) |
Selects the specified source for transmission.
| serial | GoSerial object. |
| sourceId | Source identifier. |
| kChar * GoSerial_AsciiCustomDataFormat | ( | GoSerial | serial | ) |
Gets the ASCII protocol output custom data format string.
| serial | GoSerial object. |
| kBool GoSerial_AsciiCustomFormatEnabled | ( | GoSerial | serial | ) |
Gets the enabled state of the ASCII protocol custom data format.
| serial | GoSerial object. |
| kChar * GoSerial_AsciiDelimiter | ( | GoSerial | serial | ) |
Gets the ASCII protocol output delimiter string.
| serial | GoSerial object. |
| kChar * GoSerial_AsciiInvalidValue | ( | GoSerial | serial | ) |
Gets the ASCII protocol output invalid value string.
| serial | GoSerial object. |
| kChar * GoSerial_AsciiTerminator | ( | GoSerial | serial | ) |
Gets the ASCII protocol output terminator string.
| serial | GoSerial object. |
| kStatus GoSerial_ClearSources | ( | GoSerial | serial | ) |
Removes all selected sources for the specified output type.
| serial | GoSerial object. |
| kStatus GoSerial_EnableAsciiCustomFormat | ( | GoSerial | serial, |
| kBool | enabled | ||
| ) |
Sets the enabled state of the ASCII protocol custom data format.
| serial | GoSerial object. |
| enabled | kTRUE to enable and kFALSE to disable. |
| k32u GoSerial_OptionAt | ( | GoSerial | serial, |
| kSize | index | ||
| ) |
Gets the source option at the specified index.
| serial | GoSerial object. |
| index | Source option index. |
| kSize GoSerial_OptionCount | ( | GoSerial | serial | ) |
| kStatus GoSerial_RemoveSource | ( | GoSerial | serial, |
| kSize | index | ||
| ) |
Removes (de-selects) the source at the specified index.
| serial | GoSerial object. |
| index | Index of the source to be removed. |
| k64f GoSerial_SelcomDataScaleMax | ( | GoSerial | serial | ) |
Gets the Selcom protocol data scale maximum value.
| serial | GoSerial object. |
| k64f GoSerial_SelcomDataScaleMin | ( | GoSerial | serial | ) |
Gets the Selcom protocol data scale minimum value.
| serial | GoSerial object. |
| GoSelcomFormat GoSerial_SelcomFormat | ( | GoSerial | serial | ) |
Gets the current Selcom output format.
| serial | GoSerial object. |
| GoSelcomFormat GoSerial_SelcomFormatOptionAt | ( | GoSerial | serial, |
| kSize | index | ||
| ) |
Gets the Selcom format option at the specified index.
| serial | GoSerial object. |
| index | Selcom format option index. |
| kSize GoSerial_SelcomFormatOptionCount | ( | GoSerial | serial | ) |
Returns the count of available Selcom protocol output format options.
| serial | GoSerial object. |
| kArrayList GoSerial_SelcomFormatOptionList | ( | GoSerial | serial | ) |
Gets the list of Selcom format options.
| serial | GoSerial object. |
| k32u GoSerial_SelcomRate | ( | GoSerial | serial | ) |
Gets the index of the currently selected Selcom output rate.
| serial | GoSerial object. |
| k32u GoSerial_SelcomRateOptionAt | ( | GoSerial | serial, |
| kSize | index | ||
| ) |
Gets the Selcom rate option at the specified index.
| serial | GoSerial object. |
| index | Selcom rate option index. |
| kSize GoSerial_SelcomRateOptionCount | ( | GoSerial | serial | ) |
Returns the count of available Selcom protocol output rate options.
| serial | GoSerial object. |
| kArrayList GoSerial_SelcomRateOptionList | ( | GoSerial | serial | ) |
Gets the list of Selcom rate options.
| serial | GoSerial object. |
| kStatus GoSerial_SetAsciiCustomDataFormat | ( | GoSerial | serial, |
| const kChar * | string | ||
| ) |
Sets the ASCII protocol output custom data format.
| serial | GoSerial object. |
| string | A pointer to the string representing the ASCII protocol output custom data format. |
| kStatus GoSerial_SetAsciiDelimiter | ( | GoSerial | serial, |
| const kChar * | string | ||
| ) |
Sets the ASCII protocol output delimiter string.
| serial | GoSerial object. |
| string | A pointer to the string representing the ASCII protocol output delimiter. |
| kStatus GoSerial_SetAsciiInvalidValue | ( | GoSerial | serial, |
| const kChar * | string | ||
| ) |
Sets the ASCII protocol output invalid value string.
| serial | GoSerial object. |
| string | A pointer to the string representing the ASCII protocol output invalid value. |
| kStatus GoSerial_SetAsciiTerminator | ( | GoSerial | serial, |
| const kChar * | string | ||
| ) |
Sets the ASCII protocol output terminator string.
| serial | GoSerial object. |
| string | A pointer to the string representing the ASCII protocol output terminator. |
| kStatus GoSerial_SetSelcomDataScaleMax | ( | GoSerial | serial, |
| k64f | value | ||
| ) |
Sets the Selcom protocol maximum data scale value.
| serial | GoSerial object. |
| value | Maximum data scale value to set. |
| kStatus GoSerial_SetSelcomDataScaleMin | ( | GoSerial | serial, |
| k64f | value | ||
| ) |
Sets the Selcom protocol minimum data scale value.
| serial | GoSerial object. |
| value | Minimum data scale value to set. |
| kStatus GoSerial_SetSelcomFormat | ( | GoSerial | serial, |
| GoSelcomFormat | format | ||
| ) |
Sets the Selcom protocol output format.
| serial | GoSerial object. |
| format | The output format to set. |
| kStatus GoSerial_SetSelcomRate | ( | GoSerial | serial, |
| k32u | rate | ||
| ) |
Sets the Selcom protocol output rate.
| serial | GoSerial object. |
| rate | The Selcom rate to use. |
| k32u GoSerial_SourceAt | ( | GoSerial | serial, |
| kSize | index | ||
| ) |
Gets the identifier of the selected output source at the specified index.
| serial | GoSerial object. |
| index | Selected source index. |
| kSize GoSerial_SourceCount | ( | GoSerial | serial | ) |
Gets the number of sources of the specified output type that are currently selected for transmission.
| serial | GoSerial object. |