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);
     }
 }