Constructor PythonCodeAttribute
Namespace: Belay.Attributes
Assembly: Belay.Attributes.dll
PythonCodeAttribute(string)
Initializes a new instance of the class.
csharp
public PythonCodeAttribute(string code)
Parameters
code
string
The Python code to execute on the device.
Exceptions
Thrown when code is null.
Thrown when code is empty or whitespace.