Represents an OSDP reader profile configuration for a specific operational mode
Overview of AscOsdpModeProfileItem goes here.
AscOsdpModeProfileItem
| Field | Type | Inherited from | Description |
|---|---|---|---|
| BuzzerProfile | AscBuzzerProfileItem | AscOsdpModeProfileItem | Buzzer is off if no profile is provided. |
| IsPermanent | Boolean | AscOsdpModeProfileItem | Set to true if mode is permanent (default false) The RepeatCount property of the LED or Buzzer profile must be set to 0 for permanent operation of each. This allows having permanent LED but buzzer stopping after RepeatCounts. |
| LedProfiles | AscLedProfileItem[] | AscOsdpModeProfileItem | LED profiles for the reader. There can be one profile for each LED on the reader. All LEDs are off if no values are provided. |
| MessageProfiles | AscMessageProfileItem[] | AscOsdpModeProfileItem | LCD message to be displayed on the reader. The message is not displayed if the string is empty. |
| Mode | AscProfileModes | AscOsdpModeProfileItem | LED profile mode |
{
"BuzzerProfile" : "[AscBuzzerProfileItem](/object-model/ascbuzzerprofileitem)",
"IsPermanent" : "Boolean",
"LedProfiles" : "[AscLedProfileItem](/object-model/ascledprofileitem)[]",
"MessageProfiles" : "[AscMessageProfileItem](/object-model/ascmessageprofileitem)[]",
"Mode" : "[AscProfileModes](/object-model/ascprofilemodes)"
}