onvif
    Preparing search index...

    Interface SendReceiveSerialCommand

    interface SendReceiveSerialCommand {
        dataLength?: number;
        delimiter?: string;
        serialData?: SerialData;
        timeOut?: string;
        token?: string;
    }
    Index
    dataLength?: number

    This element may be put in the case that data length returned from the connected serial device is already determined as some fixed bytes length. It indicates the length of received data which can be regarded as available.

    delimiter?: string

    This element may be put in the case that the delimiter codes returned from the connected serial device is already known. It indicates the termination data sequence of the responded data. In case the string has more than one character a device shall interpret the whole string as a single delimiter. Furthermore a device shall return the delimiter character(s) to the client.

    serialData?: SerialData

    The serial port data.

    timeOut?: string

    Indicates that the command should be responded back within the specified period of time.

    token?: string

    The physical serial port reference to be used when this request is invoked.