Appearance
Home > resol-vbus-core-script > ScriptDollar
ScriptDollar interface
The type of the $
argument passed to the defineScript
handler.
Signature:
typescript
export interface ScriptDollar<S>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
typeof core | The | ||
typeof coreVsf | The | ||
The loaded specification. |
Methods
Method | Description |
---|---|
Establish all connections. | |
Create a Datagram. | |
Create a Packet. | |
Create a Telegram. | |
Delay execution for the provided time. | |
Disconnect all connections. | |
Get a LiveTransceiver for the provided channel. | |
Add a callback for Datagrams. | |
Add a callback for idle events. | |
Add a callback for incoming junk data events. | |
Add a callback for Packets. | |
Add a callback for incoming raw data events. | |
Add a callback for Telegrams. | |
Register a service that can be used from other scripts. | |
Send raw data. | |
Semd a Header. |