Enum WSSMessageIDs
Protocol message identifiers used by the firmware. Values correspond to on-wire command codes.
Namespace: Wss.CoreModule
Assembly: WSS_Core_Interface.dll
Syntax
public enum WSSMessageIDs : byte
Fields
| Name | Description |
|---|---|
| AddEventToSchedule | Adds an event to a schedule. |
| BoardCommands | Generic board control and diagnostics. |
| ChangeGroupState | Changes a group state. |
| ChangeScheduleConfig | Changes schedule configuration. |
| Clear | Clears device state or buffers. |
| CreateContactConfig | Creates a contact configuration. |
| CreateEvent | Creates a stimulation event. |
| CreateSchedule | Creates a stimulation schedule. |
| CustomWaveform | Uploads or selects a custom waveform. |
| DeleteContactConfig | Deletes a contact configuration. |
| DeleteEvent | Deletes a stimulation event. |
| DeleteSchedule | Deletes a stimulation schedule. |
| Echo | Ping/pong transport echo. |
| EditEventConfig | Edits an existing event configuration. |
| Error | Error reply or status. |
| ModuleQuery | Queries module identity and capabilities. |
| MoveEventToSchedule | Moves an event within a schedule. |
| RemoveEventFromSchedule | Removes an event from a schedule. |
| RequestAnalog | Requests analog value(s). |
| RequestConfig | Requests configuration block. |
| Reset | Device reset command. |
| ResetSchedule | Resets schedule to defaults. |
| StimulationSwitch | Global stimulation on/off switch. |
| StreamChangeAll | Streaming update: all fields. |
| StreamChangeNoIPI | Streaming update: no IPI field. |
| StreamChangeNoPA | Streaming update: no pulse amplitude. |
| StreamChangeNoPW | Streaming update: no pulse width. |
| SyncGroup | Synchronizes a group of devices. |