Beispiel #1
0
 public extern static value_id_t value_id_create(uint homeId, byte nodeId, ValueGenre genre, byte commandClass, byte instance, byte index, ZWValueType type);
Beispiel #2
0
 public ValueId(uint homeId, byte nodeId, ValueGenre genre, byte commandClass, byte instance, byte index, ZWValueType type)
     : this(NativeMethods.value_id_create(homeId, nodeId, genre, commandClass, instance, index, type))
 {
     ownsHandle = true;
 }