RFID Reader Interface Reference
3.4 IRfReaderApi
Mobile Readers
76
Function Manual, 12/2010, J31069-D0198-U001-A2-7618
3.4.30
Alarms
Alarms
Event
RfAlarmHandler(sender : object, args : RfAlarmArgs)
Exceptions
RfReaderApiException
Error while communicating with the reader
service.
Check the Error member for more information.
Note
This event provides notifications about alarms whereas an alarm is considered not only as a
warning or error condition but also as a means of notification about changed system states.
Contrary to the TagEventNotifications event the Alarms event provides information even
without an explicit subscription (i.e. a call to SubscribeForAlarms in this case).
In order to distinguish errors from notifications the RfAlarmArgs may contain either an array
of RfAlarm objects or an array of RfInfoItem objects. Following is a list of the public members
of the alarm arguments.
Member
Type
Description
Alarms
RfAlarm[
Whenever a system error or warning isissued, it is contained
in one or more RfAlarm structures in this member.
If the alarm is a notification only this member is null.
InfoItems
RfInfoItem[
This member contains information about configuration
changes or the current system state packed in RFInfoItem
structures.
If the alarm signals an error or warning, this member is null.
AlarmMessage
string
If an alarm occurs that does not apply to one of the two
options above, it is delivered as a simple string in this
member. The default value is null.
IsDataBuffering
bool
This member is a shortcut for a configuration notification that
signal the begin or end of local data buffering with true.
In all other cases this member is false.
IsConfigStart
bool
This member is a shortcut for a configuration notification that
signal the begin of a reconfiguration due to new configuration
data received from a connected RF_MANAGER.
In all other cases this member is false.
IsScanning
bool
This member is a shortcut for a configuration notification that
signals the begin or end of a current progressing scan with
true.
In all other cases this member is false.
Содержание SIMATIC RF610M
Страница 2: ......
Страница 8: ...Introduction Mobile Readers 8 Function Manual 12 2010 J31069 D0198 U001 A2 7618 ...
Страница 79: ......