Beispiel #1
0
 public IOTNodeTrustTypeResult(int node, int org, IOTNodeType type)
 {
     this.nodeId = node;
     this.orgId = org;
     this.type = type;
 }
Beispiel #2
0
 public static int pow(IOTNodeType type)
 {
     return DSClass.pow((int)type);
 }