Command Class |
[SerializableAttribute] public class Command : RawCommand, IDisposable, IEquatable<Command>, IPackable, IUnpackable
The Command type exposes the following members.
| Name | Description | |
|---|---|---|
| FromString | Creates a Command object from its string representation. Both RAYLASE.SPICE3.LegacyCommand and new syntax are accepted. | |
| ToString |
Retrieves the contents of the Command in string-format.
(Overrides RawCommandToString) |