ReportControlEnumOp class

Operation to perform.

Inheritance

Constructors

ReportControlEnumOp(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

names Map<ReportControlEnumOp, String>
no setter
values List<ReportControlEnumOp>
no setter

Constants

opReportSent → const ReportControlEnumOp
The destination system will reply a single report request with this operation.If applicable, the destination address is defined in field 'dst'.
opRequestReport → const ReportControlEnumOp
Request a system to issue a single report in a defined communication interface. The destination system will reply with a REPORT_ISSUED command. If applicable, the destination address is defined in field 'dst'.
opRequestStart → const ReportControlEnumOp
Request a system to periodically send reports through 'interface'. The destination system will reply with a STARTED command. Periodicity will be defined by the field 'period'. If applicable, the destination address is defined in field 'dst'.
opRequestStop → const ReportControlEnumOp
Request a system to stop dispatching reports through a given communication interface described in 'interface'. The destination system will reply with a STOPPED command. If applicable, the destination address is defined in field 'dst'.
opStarted → const ReportControlEnumOp
The destination system will reply a message with this operation everytime a report is successfully started. The periodicity of reports is indicated in the field 'period' while the communication interface to be used is described in field 'interface'. If applicable, the destination address is defined in field 'dst'.
opStopped → const ReportControlEnumOp
The destination system will reply a message with this operation everytime a scheduled report is successfully stopped in a defined communication interface. If applicable, the destination address is defined in field 'dst'.