Definition Type: Element
Name: sync_mode
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
This item can be used to tell the driver to use an alternate CXP sync mode.
The following settings are supported:

Default - This mode uses the LinkReset register to reset the link and to determine when the link has been succesfully reset
LinkResetWO - This mode use the LinkReset register to reset the link but uses DeviceLinkID to determine when the link has been successfullyu reset
PreReset - Reset the channel before starting discovery
PreResetAndLinkResetWO - Both of the above two options
Collapse XSD Schema Diagram:
XSD Diagram of sync_mode
Collapse XSD Schema Code:
<xs:element name="sync_mode" minOccurs="0">
    <xs:annotation>
        <xs:documentation>This item can be used to tell the driver to use an alternate CXP sync mode.
The following settings are supported:

Default - This mode uses the LinkReset register to reset the link and to determine when the link has been succesfully reset
LinkResetWO - This mode use the LinkReset register to reset the link but uses DeviceLinkID to determine when the link has been successfullyu reset
PreReset - Reset the channel before starting discovery
PreResetAndLinkResetWO - Both of the above two options</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="Default" />
            <xs:enumeration value="LinkResetWO" />
            <xs:enumeration value="PreReset" />
            <xs:enumeration value="PreResetAndLinkResetWO" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration Default
Enumeration LinkResetWO
Enumeration PreReset
Enumeration PreResetAndLinkResetWO