Represents destination reader settings specific to KONE elevator systems
DestinationReaderSettings -> KoneDestinationReaderSettings
| Field | Type | Inherited from | Description |
|---|---|---|---|
| OperationCallType | OperationCallTypes | KoneDestinationReaderSettings | Gets or sets the operation call type (Undefined, NotSupported, Supported, FloorSide, Front, or Back) |
| OperationId | Int32 | KoneDestinationReaderSettings | Gets or sets the operation identifier |
| OperationNumber | Int32 | KoneDestinationReaderSettings | Gets or sets the operation number |
| OperationTimeout | Int32 | KoneDestinationReaderSettings | Gets or sets the operation timeout in seconds |
| OperationType | KoneOperationTypes | KoneDestinationReaderSettings | Gets or sets the KONE operation type (destination panel, car panel, RCGI, or RCGI without call types) |
{
"OperationCallType" : "[OperationCallTypes](/object-model/operationcalltypes)",
"OperationId" : "Int32",
"OperationNumber" : "Int32",
"OperationTimeout" : "Int32",
"OperationType" : "[KoneOperationTypes](/object-model/koneoperationtypes)"
}