Macro
extends stdClass
in package
IQRF IDE Macro
Table of Contents
- $confirmation : bool
- $enabled : bool
- $name : string
- $note : string|null
- $request : string
- toArray() : array<string, bool|string|null>
- Returns the macro in an array
Properties
$confirmation
public
bool
$confirmation
Macro's confirmation request
$enabled
public
bool
$enabled
Is macro enabled?
$name
public
string
$name
Macro name
$note
public
string|null
$note
Macro's note
$request
public
string
$request
Macro's request packet
Methods
toArray()
Returns the macro in an array
public
toArray() : array<string, bool|string|null>
Return values
array<string, bool|string|null> —Macro in an array