Definition Type: Element
Name: address
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
This should be the name (e.g. CL_CHAN_EN) of the register in the frame grabber that you wish to modify.
The "data" field will be written to this is address.
Note that this can also be the word "delay", in which case the "data" field will be a delay in milliseconds.
Collapse XSD Schema Diagram:
XSD Diagram of address
Collapse XSD Schema Code:
<xs:element name="address" type="xs:string" minOccurs="1" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>This should be the name (e.g. CL_CHAN_EN) of the register in the frame grabber that you wish to modify.
The "data" field will be written to this is address.
Note that this can also be the word "delay", in which case the "data" field will be a delay in milliseconds.</xs:documentation>
    </xs:annotation>
</xs:element>