GetRegisterInputUnsigned() приватный Метод

private GetRegisterInputUnsigned ( int index ) : ushort
index int
Результат ushort
Пример #1
0
 public UInt16 this [int indexer] {
     get {
         return(core.GetRegisterInputUnsigned(indexer));
     }
     set {
         core.SetRegisterInput(indexer, value);
     }
 }