http://retail3000.net/Retail3000Webservice/PosComponents
BarcodeScannerInfo Complex Type
http://retail3000.net/Retail3000Webservice/PosComponents : BarcodeScannerInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/PosComponents
Base Type
Extension of InfoWithOrganizationIdAndCompanyId Complex Type
Diagram
Handshake Element Stopbits Element Databits Element Parity Element Baudrate Element ComPort Element BarcodeScannerType Element Description Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence BarcodeScannerInfo Complex Type
Overview
Used By
NewBarcodeScannerInfoResult Element
barcodeScanner Element
GetSingleBarcodeScannerResult Element
barcodeScanner Element
barcodeScanner Element
Source
<xs:complexType name="BarcodeScannerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:InfoWithOrganizationIdAndCompanyId">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="BarcodeScannerType" type="tns:BarcodeScannerType" />
        <xs:element minOccurs="1" maxOccurs="1" name="ComPort" type="xs:unsignedByte" />
        <xs:element minOccurs="1" maxOccurs="1" name="Baudrate" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="Parity" type="tns:Parity" />
        <xs:element minOccurs="1" maxOccurs="1" name="Databits" type="xs:unsignedByte" />
        <xs:element minOccurs="1" maxOccurs="1" name="Stopbits" type="tns:Stopbits" />
        <xs:element minOccurs="1" maxOccurs="1" name="Handshake" type="tns:Handshake" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/PosComponents