Appearance
Home > resol-vbus-core > PacketField
PacketField class
A packet field.
Signature:
typescript
export declare class PacketField
Constructors
Constructor | Modifiers | Description |
---|---|---|
Construct a packet field. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
The field specification. | |||
The packet. | |||
The packet specification. |
Methods
Method | Modifiers | Description |
---|---|---|
Format the value to its textual representation. | ||
Get the raw value as an unscaled BigInt. | ||
Get the raw value as a scaled floating point number. | ||
Set the raw value from an unscaled BigInt. | ||
Set the raw value from a scaled floating point number. |