 | STARCommandOnDeviceCreated Event |
Device created event, use can call all the funcation after this event
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic event STARDeviceCreatedEventHandler OnDeviceCreated
Public Event OnDeviceCreated As STARDeviceCreatedEventHandler
public:
event STARDeviceCreatedEventHandler^ OnDeviceCreated {
void add (STARDeviceCreatedEventHandler^ value);
void remove (STARDeviceCreatedEventHandler^ value);
}
member OnDeviceCreated : IEvent<STARDeviceCreatedEventHandler,
string>
Value
Type:
Huarui.STARLineSTARDeviceCreatedEventHandler
See Also