BACnet_TSM_Data class final
5.4.1 Variables And Parameters / / The following variables are defined for each instance of / / Transaction State Machine:
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
apdu
↔ Array<
Uint8> -
copy of the APDU, should we need to send it again
getter/setter pair
- apdu_len ↔ int
-
getter/setter pair
- dest ↔ BACNET_ADDRESS
-
the address we sent it to
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- InvokeID ↔ int
-
unique id
getter/setter pair
- npdu_data ↔ BACNET_NPDU_DATA
-
the network layer info
getter/setter pair
- RequestTimer ↔ int
-
used to count segment retries */
/*uint8_t SegmentRetryCount; /
/ used to control APDU retries and the acceptance of server replies */
/*bool SentAllSegments; /
/ stores the sequence number of the last segment received in order */
/*uint8_t LastSequenceNumber; /
/ stores the sequence number of the first segment of /
/ a sequence of segments that fill a window */
/*uint8_t InitialSequenceNumber; /
/ stores the current window size */
/*uint8_t ActualWindowSize; /
/ stores the window size proposed by the segment sender */
/*uint8_t ProposedWindowSize; /
/ used to perform timeout on PDU segments */
/*uint8_t SegmentTimer; /
/ used to perform timeout on Confirmed Requests /
/ in milliseconds
getter/setter pair
- RetryCount ↔ int
-
used to count APDU retries
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → BACNET_TSM_STATE
-
no setter
- stateAsInt ↔ int
-
state that the TSM is in
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited