Overview: This information is an explanation of hardware analog and digital IO calls on the OpenPV S50 & S70. It is only intended to provide examples of the syntax used to access IO ports on OpenPV targets. The calls shown in this article have been left in their entire object/method chain for clarity and to avoid issues of missing context. In practice, any frequently accessed components should be stored in intermediate objects. |
Platform Description :
Platform Description is obtained by using:
System.SystemInfo.HardwareInfo.PlatformDescription
Example output for this call is:
OpenViewLinux (S50)
Platform Qualifier:
Platform Qualifier is obtained by using:
System.SystemInfo.HardwareInfo.PlatformQualifier
Example output for this call is:
S50
Comments
0 comments
Please sign in to leave a comment.