-
Notifications
You must be signed in to change notification settings - Fork 19
2.0 Example Applications
This API library also includes several example applications to help users understand how to use this API in their own application. Please keep in mind that these examples are NOT considered to be production ready, or fully operational applications. Their main purpose is for Demonstration purposes ONLY. Also, some examples may still be under some stage of construction or development.
However, should anyone have any issues running any of the example applications, please feel free to post an issue here on Github, or post a message on our discussion group at https://groups.google.com/forum/#!categories/sony-api-library so we may be able to determine if the issue is with the API or the example application!
This console example application demonstrates how easy it is to create a very small application that allows you to control your devices. This example will cover almost ALL the capabilities of this API. This example also has many lines of explanations that will help users understand what each line is doing! We suggest starting with this example!
This console example application demonstrates how easy it is to create your own EXE's that will execute a command for you. This example will send a "PowerOff" command to your device. However, you can send ANY command that you want!
This is a Windows Forms example application. It will demonstrate how to use a form application to Locate, Save, Load and control single or multiple devices in one application. This example will demonstrate almost all the capabilities of this API.
This is a console "Command-Line" example application that demonstrates how easy it is to create your own "Command-Line" application that can execute API methods. This example is currently only functional for a PARTIAL of API commands. However, it can be expanded fairly easy to accommodate your needs.
This is another Window Forms application example. This example will demonstrate ALL the capabilities available in this API. This includes: Building, Loading, Saving devices along with ALL device Actions and State variables across ALL services available on this device.