|
API C#
|
Properties | |
| IntPtr | HandleRead [get, set] |
| IntPtr | HandleWrite [get, set] |
Properties inherited from Kinova.DLL.CommData.Product.CProduct | |
| int | ID [get, set] |
| string | Name [get, set] |
| string | Description [get, set] |
|
List < CDataType.CommunicationProtocol > | ProtocolSupported [get, set] |
| CDataType.ProductType | ProductType [get, set] |
Additional Inherited Members | |
Public Member Functions inherited from Kinova.DLL.CommData.Product.CProduct | |
| CProduct (int id, string name, string description, List< CDataType.CommunicationProtocol > protocolList) | |
| void | Init () |
Protected Attributes inherited from Kinova.DLL.CommData.Product.CProduct | |
| int | m_ID |
| string | m_Name |
| Name of the product. This member is not serialized when send over TCP. More... | |
| string | m_Description |
| Description of the product. This member is not serialized when send over TCP. More... | |
|
List < CDataType.CommunicationProtocol > | m_ProtocolSupported |
| CDataType.ProductType | m_ProductType |