Constructor
protected
new BinTipBarcodeScannerModel(siteId)
BinTipBarcodeScannerModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Bin Tip Barcode Scanner
Source
Members
binTipIdstring
The Bin Tip that owns this Barcode Scanner
Type
-
string
Source
deletedboolean
Whether the Bin Tip Barcode Scanner has been deleted
Type
-
boolean
Source
idstring
The Bin Tip Barcode Scanner ID
Type
-
string
Source
modestring
The Mode for this Bin Tip Barcode Scanner
Type
-
string
Source
namestring
The Name of this Bin Tip Barcode Scanner
Type
-
string
Source
pointsObject
The Points used by this Bin Tip Barcode Scanner
Type
-
Object
Source
nullable
rtuIdnumber
The RTU this Bin Tip Barcode Scanner Belt belongs to
Type
-
number
Source
siteIdnumber
The Site ID associated with this Bin Tip Barcode Scanner
Type
-
number
Source
updateTimestampDate
When the Bin Tip Barcode Scanner was last updated
Type
-
Date
Source
Methods
static
fromJSON(json, siteId) → {BinTipBarcodeScannerModel}
Create a new BinTipBarcodeScannerModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Bin Tip Barcode Scanner
Returns
-
BinTipBarcodeScannerModel