ads-client | Beckhoff TwinCAT ADS client library for Node.js
    Preparing search index...

    Interface ObjectToBufferConversionResult

    Return value of convertObjectToBuffer()

    interface ObjectToBufferConversionResult {
        missingProperty?: string;
        rawValue: Buffer;
    }
    Index

    Properties

    missingProperty?: string

    Property key name, if a property is missing from the Javascript object

    rawValue: Buffer

    Converted raw value