Definition Type: Element
Name: address
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
This should be the address (in hex) of the register in the camera 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 address (in hex) of the register in the camera 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>