GetRegisterInputUnsigned() private méthode

private GetRegisterInputUnsigned ( int index ) : ushort
index int
Résultat ushort
Exemple #1
0
 public UInt16 this [int indexer] {
     get {
         return(core.GetRegisterInputUnsigned(indexer));
     }
     set {
         core.SetRegisterInput(indexer, value);
     }
 }