Module string

Source
Expand description

Handle the various string times that the LabVIEW interface provides.

Structs§

LStr
Internal LabVIEW string structure.

Type Aliases§

LStrHandle
Definition of a handle to an LabVIEW String. Helper for FFI definition and required for any functions that need to resize the string.
LStrOwned
Definition of an owned LStr Handle.
LStrPtr
Definition of a pointer to an LabVIEW String. Helper for FFI definition.