Expand description
Handle the various string times that the LabVIEW interface provides.
Structs§
- LStr
- Internal LabVIEW string structure.
Type Aliases§
- LStr
Handle - Definition of a handle to an LabVIEW String. Helper for FFI definition and required for any functions that need to resize the string.
- LStr
Owned - Definition of an owned LStr Handle.
- LStrPtr
- Definition of a pointer to an LabVIEW String. Helper for FFI definition.