MitsubishiDestinationReaderSettings

Represents destination reader settings specific to Mitsubishi elevator systems

Overview of MitsubishiDestinationReaderSettings goes here.

MitsubishiDestinationReaderSettings Properties

DestinationReaderSettings -> MitsubishiDestinationReaderSettings

Field Type Inherited from Description
BoardingFloor UInt16 MitsubishiDestinationReaderSettings Gets or sets the boarding floor number (range: 1 to 255, defined by building floor data)
BoardingLocation MitsubishiFloorDefaultType MitsubishiDestinationReaderSettings Gets or sets the boarding location floor default type
CardReaderID UInt16 MitsubishiDestinationReaderSettings Gets or sets the card reader ID (range: 1 to 9999)
OpdcFloorOffset Int16 MitsubishiDestinationReaderSettings Gets or sets the OPDC floor offset (range: -127 to 127)
OperationDisplayControllerID UInt16 MitsubishiDestinationReaderSettings Gets or sets the Operation Display Controller ID (range: 1 to 255)
SecurityAccessControllerID UInt16 MitsubishiDestinationReaderSettings Gets or sets the Security Access Controller ID (range: 1 to 255)
VerificationLocation MitsubishiOpdcLocation MitsubishiDestinationReaderSettings Gets or sets the verification location (ElevatorLobbyHOP or TurnstileGate)

JSON Structure of MitsubishiDestinationReaderSettings

{
   "BoardingFloor"	:	"UInt16",
   "BoardingLocation"	:	"[MitsubishiFloorDefaultType](/object-model/mitsubishifloordefaulttype)",
   "CardReaderID"	:	"UInt16",
   "OpdcFloorOffset"	:	"Int16",
   "OperationDisplayControllerID"	:	"UInt16",
   "SecurityAccessControllerID"	:	"UInt16",
   "VerificationLocation"	:	"[MitsubishiOpdcLocation](/object-model/mitsubishiopdclocation)"
}