Updated Plugins (markdown)

Neil Dorin
2020-02-11 17:51:21 -07:00
parent f0ee506b2e
commit 7ad5ffcfac

@@ -37,7 +37,7 @@ public class SomeDevice : Device , IBridge //IBridge only needs to be implement
}
#endregion
}
`11
```
## SIMPL Bridging
Optionally, if your plugin device needs to be able to bridge to a SIMPL program over EISC, and there isn't already an existing bridge class in the Essentials Framework, you can write a new bridge class in your plugin. However, in order for the Essentials Application to be able to us that new bridge, the bridge must implement the IBridge interface with the required LinkToApi() Extension method.