Search found 7 matches

by DsA
Thu Dec 04, 2008 5:32 am
Forum: Plugin Development
Topic: Property readonly
Replies: 11
Views: 10098

Re: Property readonly

I thank, all works =)
by DsA
Tue Dec 02, 2008 5:15 am
Forum: Plugin Development
Topic: Property readonly
Replies: 11
Views: 10098

Re: Property readonly

I create properties calling pHB_CreateDevicePropertyValue () but how thus to set values of properties? It is possible a code example?
by DsA
Mon Dec 01, 2008 5:41 pm
Forum: Plugin Development
Topic: Property readonly
Replies: 11
Views: 10098

Re: Property readonly

It in Hardware Interface Plugin. I have not found the same function in Device Plugin?
by DsA
Sun Nov 30, 2008 10:11 am
Forum: Plugin Development
Topic: Property readonly
Replies: 11
Views: 10098

Re: Property readonly

Thanks. Still a question. How to set restriction of entered values, for example from 0 to 100?
by DsA
Sun Nov 30, 2008 6:11 am
Forum: Plugin Development
Topic: Property readonly
Replies: 11
Views: 10098

Property readonly

How to prohibit editing of property by the user in Device Plugin?
by DsA
Sun Nov 16, 2008 6:39 am
Forum: Plugin Development
Topic: Send message by COM port
Replies: 22
Views: 22262

Re: Send message by COM port

I write own plug-in of the interface on C ++. Have downloaded at you SDK. In description SDK of a plug-in of the interface there is a description of functions HBHardwareInstanceInit () and HBHardwareInstanceTerminate (), but there is no description of function similar HBDeviceRun () (it is started i...
by DsA
Sun Nov 16, 2008 3:52 am
Forum: Plugin Development
Topic: Send message by COM port
Replies: 22
Views: 22262

Re: Send message by COM port

Tell please how to listen to COM-port in Hardware Interface plugin. It does not have method Run which is for Device plugin.
And the second question. How to send the data on all devices from Hardware Interface plugin.